VOM: vxlan-gbp
[vpp.git] / extras / vom / vom / CMakeLists.txt
index 82c2211..47e73b6 100644 (file)
@@ -76,10 +76,13 @@ if(GBP_FILE)
     gbp_endpoint.cpp
     gbp_endpoint_group_cmds.cpp
     gbp_endpoint_group.cpp
+    gbp_ext_itf.cpp
+    gbp_ext_itf_cmds.cpp
     gbp_recirc_cmds.cpp
     gbp_recirc.cpp
     gbp_route_domain_cmds.cpp
     gbp_route_domain.cpp
+    gbp_rule.cpp
     gbp_subnet_cmds.cpp
     gbp_subnet.cpp
     gbp_vxlan.cpp
@@ -161,6 +164,7 @@ list(APPEND VOM_SOURCES
   sub_interface.cpp
   tap_interface.cpp
   tap_interface_cmds.cpp
+  vxlan_gbp_tunnel_cmds.cpp
   vxlan_tunnel_cmds.cpp
   vxlan_tunnel.cpp
 )
@@ -195,8 +199,10 @@ if(GBP_FILE)
     gbp_bridge_domain.hpp
     gbp_endpoint.hpp
     gbp_endpoint_group.hpp
+    gbp_ext_itf.hpp
     gbp_recirc.hpp
     gbp_route_domain.hpp
+    gbp_rule.hpp
     gbp_subnet.hpp
     gbp_vxlan.hpp
   )