ip: Protocol Independent IP Neighbors
[vpp.git] / src / vnet / ip / format.h
index 4d63ba4..6e9075c 100644 (file)
@@ -58,8 +58,6 @@ typedef enum format_ip_adjacency_flags_t_
 format_function_t format_ip_adjacency;
 format_function_t format_ip_adjacency_packet_data;
 
-format_function_t format_ip46_address;
-
 /* unformat_ip46_address expects arguments (ip46_address_t *, ip46_type_t)
  * The type argument is used to enforce a particular IP version. */
 unformat_function_t unformat_ip46_address;
@@ -95,13 +93,13 @@ format_function_t format_ip6_address_and_length;
 format_function_t format_ip6_address_and_mask;
 unformat_function_t unformat_ip6_header;
 format_function_t format_ip6_header;
+format_function_t format_ip6_frag_hdr;
 unformat_function_t unformat_pg_ip6_header;
 
 /* Format a TCP/UDP headers. */
-format_function_t format_tcp_header, format_udp_header, format_sctp_header;
+format_function_t format_tcp_header, format_udp_header;
 
-unformat_function_t unformat_pg_tcp_header, unformat_pg_udp_header,
-  unformat_pg_sctp_header;
+unformat_function_t unformat_pg_tcp_header, unformat_pg_udp_header;
 
 #endif /* included_ip_format_h */