VOM: De-template the ACL code. 85/17785/2
authorNeale Ranns <nranns@cisco.com>
Fri, 22 Feb 2019 08:44:40 +0000 (00:44 -0800)
committerNeale Ranns <nranns@cisco.com>
Fri, 22 Feb 2019 15:41:51 +0000 (15:41 +0000)
commit5637e653649692eb04fbec5c97e0fd427404c1dd
tree72105c0ee0e85ad17305e8cf98cbe0e08294e5e5
parentba94462c42a27f7447e10ca55a3b212970448ceb
VOM: De-template the ACL code.

there's something going wrong with the dependency ordering.
i have added hacks in the past, but these are not reliable
across compiler versions.

Change-Id: I34b4aae4c7ed7beaa424cd692ff34cba21ba802a
Signed-off-by: Neale Ranns <nranns@cisco.com>
extras/vom/vom/CMakeLists.txt
extras/vom/vom/acl_binding.hpp
extras/vom/vom/acl_l2_list.cpp [new file with mode: 0644]
extras/vom/vom/acl_l2_list.hpp [moved from extras/vom/vom/acl_list.hpp with 53% similarity]
extras/vom/vom/acl_l3_list.cpp [moved from extras/vom/vom/acl_list.cpp with 60% similarity]
extras/vom/vom/acl_l3_list.hpp [new file with mode: 0644]
extras/vom/vom/acl_list_cmds.hpp
extras/vom/vom/gbp_contract.hpp
test/ext/vom_test.cpp