From: Neale Ranns Date: Wed, 7 Nov 2018 12:03:13 +0000 (-0800) Subject: VOM: GBP missing header file exports X-Git-Tag: v19.04-rc0~437 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=232b2d55807cfdb89bbad6fc985bd2d94bb2f22a VOM: GBP missing header file exports Change-Id: I24a894bde170669a05f1a7d58afc70524538f060 Signed-off-by: Neale Ranns --- diff --git a/extras/vom/vom/CMakeLists.txt b/extras/vom/vom/CMakeLists.txt index a2c35addb05..82c221130f6 100644 --- a/extras/vom/vom/CMakeLists.txt +++ b/extras/vom/vom/CMakeLists.txt @@ -191,11 +191,14 @@ endif() if(GBP_FILE) list(APPEND VOM_HEADERS + gbp_contract.hpp + gbp_bridge_domain.hpp gbp_endpoint.hpp gbp_endpoint_group.hpp - gbp_subnet.hpp gbp_recirc.hpp - gbp_contract.hpp + gbp_route_domain.hpp + gbp_subnet.hpp + gbp_vxlan.hpp ) endif()