commit | c14f31c2c62fb66d98aef4402a6f1bda09683fd3 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Thu Apr 06 15:27:35 2017 -0700 |
committer | Neale Ranns <nranns@cisco.com> | Fri Apr 07 07:32:29 2017 +0000 |
tree | 67f5f95ee291c2ca2403c9e3dfc2683725ec242a | |
parent | d1ed4867b9bc3a9169838ae544d217bfaf23780b [diff] [blame] |
Fix gpe dp args to allow for 32 bit bridge domain ids, VPP-690 Change-Id: I4e3df197eed33acbceaff495279def8716773303 Signed-off-by: Florin Coras <fcoras@cisco.com>
diff --git a/src/vnet/lisp-gpe/lisp_gpe.h b/src/vnet/lisp-gpe/lisp_gpe.h index e1e5620..b3821ac 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.h +++ b/src/vnet/lisp-gpe/lisp_gpe.h
@@ -264,7 +264,7 @@ u32 table_id; /** bridge domain id */ - u16 bd_id; + u32 bd_id; /** generic access */ u32 dp_table;