Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690 77/6077/2
authorFlorin Coras <fcoras@cisco.com>
Thu, 6 Apr 2017 22:27:35 +0000 (15:27 -0700)
committerNeale Ranns <nranns@cisco.com>
Fri, 7 Apr 2017 07:32:29 +0000 (07:32 +0000)
Change-Id: I4e3df197eed33acbceaff495279def8716773303
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/lisp-gpe/lisp_gpe.h

index e1e5620..b3821ac 100644 (file)
@@ -264,7 +264,7 @@ typedef struct
     u32 table_id;
 
     /** bridge domain id */
-    u16 bd_id;
+    u32 bd_id;
 
     /** generic access */
     u32 dp_table;