X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fvxlan_tunnel.cpp;fp=extras%2Fvom%2Fvom%2Fvxlan_tunnel.cpp;h=ca0790103fff23fae9d4ec7be681cd9d5e641246;hb=4079161fd9182a356b7b845d66bc5314ee880715;hp=2bc386c1ba7e8259631b38c000ac33277b8e41ef;hpb=0f144378fb636e371fbe42fa6939396d145c0def;p=vpp.git diff --git a/extras/vom/vom/vxlan_tunnel.cpp b/extras/vom/vom/vxlan_tunnel.cpp index 2bc386c1ba7..ca0790103ff 100644 --- a/extras/vom/vom/vxlan_tunnel.cpp +++ b/extras/vom/vom/vxlan_tunnel.cpp @@ -26,8 +26,8 @@ const std::string VXLAN_TUNNEL_NAME = "vxlan-tunnel-itf"; vxlan_tunnel::event_handler vxlan_tunnel::m_evh; const vxlan_tunnel::mode_t vxlan_tunnel::mode_t::STANDARD(0, "standard"); -const vxlan_tunnel::mode_t vxlan_tunnel::mode_t::GBP(0, "GBP"); -const vxlan_tunnel::mode_t vxlan_tunnel::mode_t::GPE(0, "GPE"); +const vxlan_tunnel::mode_t vxlan_tunnel::mode_t::GBP(1, "GBP"); +const vxlan_tunnel::mode_t vxlan_tunnel::mode_t::GPE(2, "GPE"); vxlan_tunnel::mode_t::mode_t(int v, const std::string s) : enum_base(v, s)