X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Fip%2Fformat.h;h=6e9075cc877ff645cfd449f9d291b1fbf4d2f45a;hb=cbe25aab3be72154f2c706c39eeba6a77f34450f;hp=7b1740dad04e8de803ca7e2a321780eff8de8a16;hpb=3ffe6cadf083d1a0bc32e4a37d56b42a1153ff7b;p=vpp.git diff --git a/src/vnet/ip/format.h b/src/vnet/ip/format.h index 7b1740dad04..6e9075cc877 100644 --- a/src/vnet/ip/format.h +++ b/src/vnet/ip/format.h @@ -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,6 +93,7 @@ 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. */