VOM: ACL: Add Object Model for acl ethertype
[vpp.git] / src / vpp-api / vom / Makefile.am
index e7e0039..d2a3dde 100644 (file)
@@ -37,6 +37,8 @@ libvom_la_SOURCES =                   \
        types.cpp                       \
        acl_binding_cmds.cpp            \
        acl_binding.cpp                 \
+       acl_ethertype_cmds.cpp          \
+       acl_ethertype.cpp               \
        acl_l2_rule.cpp                 \
        acl_l3_rule.cpp                 \
        acl_list_cmds.cpp               \
@@ -57,6 +59,10 @@ libvom_la_SOURCES =                  \
        connection.cpp                  \
        dhcp_config_cmds.cpp            \
        dhcp_config.cpp                 \
+       gbp_endpoint_cmds.cpp           \
+       gbp_endpoint.cpp                \
+       gbp_contract_cmds.cpp           \
+       gbp_contract.cpp                \
        hw_cmds.cpp                     \
        hw.cpp                          \
        inspect.cpp                     \
@@ -106,6 +112,7 @@ vomincludedir = $(includedir)/vom
 
 vominclude_HEADERS =                   \
        acl_binding.hpp                 \
+       acl_ethertype.hpp               \
        acl_l2_rule.hpp                 \
        acl_l3_rule.hpp                 \
        acl_list.hpp                    \
@@ -123,6 +130,8 @@ vominclude_HEADERS =                        \
        dump_cmd.hpp                    \
        enum_base.hpp                   \
        event_cmd.hpp                   \
+       gbp_endpoint.hpp                \
+       gbp_contract.hpp                \
        hw.hpp                          \
        inspect.hpp                     \
        interface.hpp                   \