summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ip/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ip/format.h')
-rw-r--r--vnet/vnet/ip/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnet/vnet/ip/format.h b/vnet/vnet/ip/format.h
index 0d0eb6c9476..8a76a61f17a 100644
--- a/vnet/vnet/ip/format.h
+++ b/vnet/vnet/ip/format.h
@@ -51,6 +51,7 @@ unformat_function_t unformat_tcp_udp_port;
typedef enum format_ip_adjacency_flags_t_
{
FORMAT_IP_ADJACENCY_NONE,
+ FORMAT_IP_ADJACENCY_BRIEF = FORMAT_IP_ADJACENCY_NONE,
FORMAT_IP_ADJACENCY_DETAIL = (1 << 0),
} format_ip_adjacency_flags_t;