VPP-575 : Inconsistency in flag values for neighbors dump 36/4636/2
authorPavel Kotucek <pkotucek@cisco.com>
Wed, 11 Jan 2017 09:13:54 +0000 (10:13 +0100)
committerNeale Ranns <nranns@cisco.com>
Wed, 11 Jan 2017 11:34:27 +0000 (11:34 +0000)
Change-Id: Ice6861c150055d06aefff14b60dbc28e3d73769d
Signed-off-by: Pavel Kotucek <pkotucek@cisco.com>
src/vnet/ip/ip.api

index f244480..5371696 100644 (file)
@@ -116,7 +116,7 @@ define ip_neighbor_dump
 */
 define ip_neighbor_details {
     u32 context;
-    u32 is_static;
+    u is_static;
     u8  is_ipv6;
     u8  mac_address[6];
     u8  ip_address[16];