Lines Matching full:egress
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…