From: Florin Coras Date: Thu, 6 Apr 2017 22:27:35 +0000 (-0700) Subject: Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690 X-Git-Tag: v17.07-rc1~348 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c14f31c2c62fb66d98aef4402a6f1bda09683fd3;p=vpp.git Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690 Change-Id: I4e3df197eed33acbceaff495279def8716773303 Signed-off-by: Florin Coras --- diff --git a/src/vnet/lisp-gpe/lisp_gpe.h b/src/vnet/lisp-gpe/lisp_gpe.h index e1e5620fc9d..b3821ac8cca 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.h +++ b/src/vnet/lisp-gpe/lisp_gpe.h @@ -264,7 +264,7 @@ typedef struct u32 table_id; /** bridge domain id */ - u16 bd_id; + u32 bd_id; /** generic access */ u32 dp_table;