Skip to content

Commit 8ec36a6

Browse files
Pterosaurprsunny
authored andcommitted
(conflict)[dash]: ACL orchagent (#2470)
What I did Add DASH ACL orchagent implementation. Why I did it DASH needs ACL function. How I verified it $ sudo pytest -sv --num-ports=2 test_dash_acl.py --pdb ================================ test session starts ================================ platform linux -- Python 3.8.10, pytest-4.6.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache plugins: flaky-3.7.0 collected 4 items test_dash_acl.py::TestAcl::test_acl_flow PASSED test_dash_acl.py::TestAcl::test_acl_group PASSED test_dash_acl.py::TestAcl::test_acl_rule PASSED test_dash_acl.py::test_nonflaky_dummy PASSED ============================= 4 passed in 54.83 seconds ============================= Signed-off-by: Ze Gan <ganze718@gmail.com> Co-authored-by: Prince Sunny <prince.sunny@microsoft.com>
1 parent 29c23b1 commit 8ec36a6

8 files changed

Lines changed: 1236 additions & 1 deletion

File tree

orchagent/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ orchagent_SOURCES = \
107107
nvgreorch.cpp \
108108
dash/dashorch.cpp \
109109
dash/dashrouteorch.cpp \
110-
dash/dashvnetorch.cpp
110+
dash/dashvnetorch.cpp \
111+
dash/dashaclorch.cpp
111112

112113
orchagent_SOURCES += flex_counter/flex_counter_manager.cpp flex_counter/flex_counter_stat_manager.cpp flex_counter/flow_counter_handler.cpp flex_counter/flowcounterrouteorch.cpp
113114
orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.cpp

0 commit comments

Comments
 (0)