VOM: missing GBP symbol
Change-Id: I6cbed0bce7c78970d5a22ac823d0380d14b73dbc Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
@@ -31,7 +31,8 @@ const gbp_subnet::type_t gbp_subnet::type_t::STITCHED_INTERNAL(
|
||||
const gbp_subnet::type_t gbp_subnet::type_t::STITCHED_EXTERNAL(
|
||||
1,
|
||||
"stitched-external");
|
||||
const gbp_subnet::type_t gbp_subnet::type_t::TRANSPORT(1, "transport");
|
||||
const gbp_subnet::type_t gbp_subnet::type_t::TRANSPORT(2, "transport");
|
||||
const gbp_subnet::type_t gbp_subnet::type_t::L3_OUT(3, "l3-out");
|
||||
|
||||
singular_db<gbp_subnet::key_t, gbp_subnet> gbp_subnet::m_db;
|
||||
|
||||
|
Reference in New Issue
Block a user