diff options
author | Neale Ranns <nranns@cisco.com> | 2019-02-22 00:44:40 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-02-22 15:41:51 +0000 |
commit | 5637e653649692eb04fbec5c97e0fd427404c1dd (patch) | |
tree | 72105c0ee0e85ad17305e8cf98cbe0e08294e5e5 /test | |
parent | ba94462c42a27f7447e10ca55a3b212970448ceb (diff) |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/ext/vom_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ext/vom_test.cpp b/test/ext/vom_test.cpp index 26653940d2e..569bd8c1fd9 100644 --- a/test/ext/vom_test.cpp +++ b/test/ext/vom_test.cpp @@ -48,7 +48,8 @@ #include "vom/sub_interface_cmds.hpp" #include "vom/acl_ethertype.hpp" #include "vom/acl_ethertype_cmds.hpp" -#include "vom/acl_list.hpp" +#include "vom/acl_l2_list.hpp" +#include "vom/acl_l3_list.hpp" #include "vom/acl_binding.hpp" #include "vom/acl_list_cmds.hpp" #include "vom/acl_binding_cmds.hpp" |