Lines Matching +full:add +full:- +full:on
4 "name": "Add nat action on ingress with default control action",
20 "cmdUnderTest": "$TC actions add action nat ingress 192.168.1.1 200.200.200.1",
23 "matchPattern": "action order [0-9]+: nat ingress 192.168.1.1/32 200.200.200.1 pass",
31 "name": "Add nat action on ingress with pipe control action",
47 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 2.2.2.1 pipe index 77",
50 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.1 pipe.*index 77 ref",
58 "name": "Add nat action on ingress with continue control action",
74 …"cmdUnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 continue index 100…
77 …"matchPattern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 continue.*index …
85 "name": "Add nat action on ingress with reclassify control action",
101 …"cmdUnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 reclassify index 1…
104 …"matchPattern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 reclassify.*inde…
112 "name": "Add nat action on ingress with jump control action",
128 … "cmdUnderTest": "$TC actions add action nat ingress 12.18.10.10 12.18.20.20 jump 10 index 22",
131 …"matchPattern": "action order [0-9]+: nat ingress 12.18.10.10/32 12.18.20.20 jump 10.*index 22 re…
139 "name": "Add nat action on ingress with drop control action",
155 "cmdUnderTest": "$TC actions add action nat ingress 1.18.1.1 1.18.2.2 drop index 722",
158 … "matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 drop.*index 722 ref",
166 "name": "Add nat action on ingress with maximum index value",
182 "cmdUnderTest": "$TC actions add action nat ingress 1.18.1.1 1.18.2.2 index 4294967295",
185 …"matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 pass.*index 4294967295 ref…
193 "name": "Add nat action on ingress with invalid index value",
209 "cmdUnderTest": "$TC actions add action nat ingress 1.18.1.1 1.18.2.2 index 4294967295555",
212 …"matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 pass.*index 4294967295555 …
225 "name": "Add nat action on ingress with invalid IP address",
241 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 1.1888.2.2 index 7",
244 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 1.1888.2.2 pass.*index 7 ref",
257 "name": "Add nat action on ingress with invalid argument",
273 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 1.18.2.2 another_arg index 12",
276 …"matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 1.18.2.2 pass.*another_arg.*index 12…
289 "name": "Add nat action on ingress with DEFAULT IP address",
305 "cmdUnderTest": "$TC actions add action nat ingress default 10.10.10.1 index 12",
308 … "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref",
316 "name": "Add nat action on ingress with ANY IP address",
332 "cmdUnderTest": "$TC actions add action nat ingress any 10.10.10.1 index 12",
335 … "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref",
343 "name": "Add nat action on ingress with ALL IP address",
359 "cmdUnderTest": "$TC actions add action nat ingress all 10.10.10.1 index 12",
362 … "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref",
370 "name": "Add nat action on egress with default control action",
386 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1",
389 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 pass",
397 "name": "Add nat action on egress with pipe control action",
413 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 pipe",
416 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 pipe",
424 "name": "Add nat action on egress with continue control action",
440 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 continue",
443 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 continue",
451 "name": "Add nat action on egress with reclassify control action",
467 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 reclassify",
470 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 reclassify",
478 "name": "Add nat action on egress with jump control action",
494 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 jump 777",
497 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 jump 777",
505 "name": "Add nat action on egress with drop control action",
521 "cmdUnderTest": "$TC actions add action nat egress 10.10.10.1 20.20.20.1 drop",
524 "matchPattern": "action order [0-9]+: nat egress 10.10.10.1/32 20.20.20.1 drop",
532 "name": "Add nat action on egress with DEFAULT IP address",
548 "cmdUnderTest": "$TC actions add action nat egress default 20.20.20.1 pipe index 10",
551 "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref",
559 "name": "Add nat action on egress with ANY IP address",
575 "cmdUnderTest": "$TC actions add action nat egress any 20.20.20.1 pipe index 10",
578 "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref",
586 "name": "Add nat action on egress with ALL IP address",
602 "cmdUnderTest": "$TC actions add action nat egress all 20.20.20.1 pipe index 10",
605 "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref",
613 "name": "Add nat action on egress with cookie",
629 …"cmdUnderTest": "$TC actions add action nat egress all 20.20.20.1 pipe index 10 cookie aa1bc2d3eef…
632 …"matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref.*cookie…
640 "name": "Add nat action on ingress with cookie",
656 …"cmdUnderTest": "$TC actions add action nat ingress 192.168.1.1 10.10.10.1 reclassify index 1 cook…
659 …"matchPattern": "action order [0-9]+: nat ingress 192.168.1.1/32 10.10.10.1 reclassify.*index 1 r…
682 "$TC actions add action nat ingress 1.18.1.1 1.18.2.2 drop index 90"
687 "matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 drop.*index 90 ref",
710 "$TC actions add action nat ingress 1.1.1.1 2.2.2.2 drop index 20"
715 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.2 drop.*index 20 ref",
738 "$TC actions add action nat ingress 1.1.1.1 2.2.2.2 drop index 20"
743 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.2 drop.*index 20 ref",