Lines Matching full:index

47         "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 2.2.2.1 pipe index 77",
49 "verifyCmd": "$TC actions get action nat index 77",
50 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.1 pipe.*index 77 ref",
74 …mdUnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 continue index 1000",
76 "verifyCmd": "$TC actions get action nat index 1000",
77 …tern": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 continue.*index 1000 ref",
101 …UnderTest": "$TC actions add action nat ingress 192.168.10.10 192.168.20.20 reclassify index 1000",
103 "verifyCmd": "$TC actions get action nat index 1000",
104 …rn": "action order [0-9]+: nat ingress 192.168.10.10/32 192.168.20.20 reclassify.*index 1000 ref",
128 … "cmdUnderTest": "$TC actions add action nat ingress 12.18.10.10 12.18.20.20 jump 10 index 22",
130 "verifyCmd": "$TC actions get action nat index 22",
131 …atchPattern": "action order [0-9]+: nat ingress 12.18.10.10/32 12.18.20.20 jump 10.*index 22 ref",
155 "cmdUnderTest": "$TC actions add action nat ingress 1.18.1.1 1.18.2.2 drop index 722",
157 "verifyCmd": "$TC actions get action nat 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",
184 "verifyCmd": "$TC actions get action nat 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",
211 "verifyCmd": "$TC actions get action nat index 4294967295555",
212 …"matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 pass.*index 4294967295555 …
241 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 1.1888.2.2 index 7",
243 "verifyCmd": "$TC actions get action nat index 7",
244 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 1.1888.2.2 pass.*index 7 ref",
273 "cmdUnderTest": "$TC actions add action nat ingress 1.1.1.1 1.18.2.2 another_arg index 12",
275 "verifyCmd": "$TC actions get action nat index 12",
276 …hPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 1.18.2.2 pass.*another_arg.*index 12 ref",
305 "cmdUnderTest": "$TC actions add action nat ingress default 10.10.10.1 index 12",
307 "verifyCmd": "$TC actions get action nat index 12",
308 … "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref",
332 "cmdUnderTest": "$TC actions add action nat ingress any 10.10.10.1 index 12",
334 "verifyCmd": "$TC actions get action nat index 12",
335 … "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref",
359 "cmdUnderTest": "$TC actions add action nat ingress all 10.10.10.1 index 12",
361 "verifyCmd": "$TC actions get action nat index 12",
362 … "matchPattern": "action order [0-9]+: nat ingress 0.0.0.0/32 10.10.10.1 pass.*index 12 ref",
548 "cmdUnderTest": "$TC actions add action nat egress default 20.20.20.1 pipe index 10",
550 "verifyCmd": "$TC actions get action nat index 10",
551 "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref",
575 "cmdUnderTest": "$TC actions add action nat egress any 20.20.20.1 pipe index 10",
577 "verifyCmd": "$TC actions get action nat index 10",
578 "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref",
602 "cmdUnderTest": "$TC actions add action nat egress all 20.20.20.1 pipe index 10",
604 "verifyCmd": "$TC actions get action nat index 10",
605 "matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref",
629 …"cmdUnderTest": "$TC actions add action nat egress all 20.20.20.1 pipe index 10 cookie aa1bc2d3eef…
631 "verifyCmd": "$TC actions get action nat index 10",
632 …"matchPattern": "action order [0-9]+: nat egress 0.0.0.0/32 20.20.20.1 pipe.*index 10 ref.*cookie…
656 …"cmdUnderTest": "$TC actions add action nat ingress 192.168.1.1 10.10.10.1 reclassify index 1 cook…
658 "verifyCmd": "$TC actions get action nat index 1",
659 … "action order [0-9]+: nat ingress 192.168.1.1/32 10.10.10.1 reclassify.*index 1 ref.*cookie 1122…
682 "$TC actions add action nat ingress 1.18.1.1 1.18.2.2 drop index 90"
684 …: "$TC actions replace action nat ingress 1.18.1.1 1.18.2.2 goto chain 42 index 90 cookie c1a0c1a0…
686 "verifyCmd": "$TC actions get action nat index 90",
687 "matchPattern": "action order [0-9]+: nat ingress 1.18.1.1/32 1.18.2.2 drop.*index 90 ref",
695 "name": "Delete nat action with valid index",
710 "$TC actions add action nat ingress 1.1.1.1 2.2.2.2 drop index 20"
712 "cmdUnderTest": "$TC actions del action nat index 20",
714 "verifyCmd": "$TC actions ls action nat index 20",
715 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.2 drop.*index 20 ref",
723 "name": "Delete nat action with invalid index",
738 "$TC actions add action nat ingress 1.1.1.1 2.2.2.2 drop index 20"
740 "cmdUnderTest": "$TC actions del action nat index 10",
742 "verifyCmd": "$TC actions ls action nat index 20",
743 "matchPattern": "action order [0-9]+: nat ingress 1.1.1.1/32 2.2.2.2 drop.*index 20 ref",