aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ip/format.h')
-rw-r--r--src/vnet/ip/format.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vnet/ip/format.h b/src/vnet/ip/format.h
index 9ebcf084be3..4d63ba43653 100644
--- a/src/vnet/ip/format.h
+++ b/src/vnet/ip/format.h
@@ -60,12 +60,6 @@ format_function_t format_ip_adjacency_packet_data;
format_function_t format_ip46_address;
-typedef enum
-{
- IP46_TYPE_ANY,
- IP46_TYPE_IP4,
- IP46_TYPE_IP6
-} ip46_type_t;
/* 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;