Skip to content

Commit c58453f

Browse files
committed
fixup! Rework traffic-rules
1 parent eaa597c commit c58453f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sdncontroller_test_cases/functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
call(
201201
"add-flow",
202202
"xenbr0",
203-
"udp,in_port=5,dl_dst=DE:AD:BE:EF:CA:FE,nw_dst=4.4.4.4,tp_dst=2121,actions=drop",
203+
"udp,in_port=5,dl_dst=DE:AD:BE:EF:CA:FE,nw_src=4.4.4.4,tp_src=2121,actions=drop",
204204
),
205205
],
206206
},
@@ -340,7 +340,7 @@
340340
call(
341341
"del-flows",
342342
"xenbr0",
343-
"udp,in_port=5,dl_dst=DE:AD:BE:EF:CA:FE,nw_dst=4.4.4.4,tp_dst=2121",
343+
"udp,in_port=5,dl_dst=DE:AD:BE:EF:CA:FE,nw_src=4.4.4.4,tp_src=2121",
344344
),
345345
],
346346
},

0 commit comments

Comments
 (0)