Lines Matching full:action
4 "name": "Add simple ct action",
11 "$TC actions flush action ct",
17 "cmdUnderTest": "$TC actions add action ct index 42",
19 "verifyCmd": "$TC actions list action ct",
20 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*index 42 ref",
23 "$TC actions flush action ct"
28 "name": "Add simple ct action with cookie",
35 "$TC actions flush action ct",
41 "cmdUnderTest": "$TC actions add action ct index 42 cookie deadbeef",
43 "verifyCmd": "$TC actions list action ct",
44 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*index 42 ref.*cookie deadbeef",
47 "$TC actions flush action ct"
52 "name": "Add ct clear action",
59 "$TC actions flush action ct",
65 "cmdUnderTest": "$TC actions add action ct clear index 42",
67 "verifyCmd": "$TC actions list action ct",
68 "matchPattern": "action order [0-9]*: ct clear pipe.*index 42 ref",
71 "$TC actions flush action ct"
76 "name": "Add ct clear action with cookie of max length",
83 "$TC actions flush action ct",
89 …"cmdUnderTest": "$TC actions add action ct clear index 42 cookie aa11bb22cc33dd44ee55ff66aa11b1b2",
91 "verifyCmd": "$TC actions list action ct",
92 …"matchPattern": "action order [0-9]*: ct clear pipe.*index 42 ref.*cookie aa11bb22cc33dd44ee55ff66…
95 "$TC actions flush action ct"
107 "$TC actions flush action ct",
113 "cmdUnderTest": "$TC actions add action ct zone 404 index 42",
115 "verifyCmd": "$TC actions list action ct",
116 "matchPattern": "action order [0-9]*: ct zone 404 pipe.*index 42 ref",
119 "$TC actions flush action ct"
131 "$TC actions flush action ct",
137 "cmdUnderTest": "$TC actions add action ct zone 404 commit index 42",
139 "verifyCmd": "$TC actions list action ct",
140 "matchPattern": "action order [0-9]*: ct commit zone 404 pipe.*index 42 ref",
143 "$TC actions flush action ct"
155 "$TC actions flush action ct",
161 "cmdUnderTest": "$TC actions add action ct zone 404 commit mark 0x42 index 42",
163 "verifyCmd": "$TC actions list action ct",
164 "matchPattern": "action order [0-9]*: ct commit mark 66 zone 404 pipe.*index 42 ref",
167 "$TC actions flush action ct"
179 "$TC actions flush action ct",
185 …"cmdUnderTest": "$TC actions add action ct zone 404 commit mark 0x42 nat src addr 5.5.5.7 index 42…
187 "verifyCmd": "$TC actions list action ct",
188 …"matchPattern": "action order [0-9]*: ct commit mark 66 zone 404 nat src addr 5.5.5.7 pipe.*index …
191 "$TC actions flush action ct"
203 "$TC actions flush action ct",
209 …"cmdUnderTest": "$TC actions add action ct commit nat src addr 5.5.5.7-5.5.6.0 port 1000-2000 inde…
211 "verifyCmd": "$TC actions list action ct",
212 …"matchPattern": "action order [0-9]*: ct commit zone 0 nat src addr 5.5.5.7-5.5.6.0 port 1000-2000…
215 "$TC actions flush action ct"
227 "$TC actions flush action ct",
233 … "cmdUnderTest": "$TC actions add action ct commit nat src addr 2001::1 port 1000-2000 index 44",
235 "verifyCmd": "$TC actions list action ct",
236 …"matchPattern": "action order [0-9]*: ct commit zone 0 nat src addr 2001::1 port 1000-2000 pipe.*i…
239 "$TC actions flush action ct"
251 "$TC actions flush action ct",
257 …"cmdUnderTest": "$TC actions add action ct commit nat src addr 2001::1-2001::10 port 1000-2000 ind…
259 "verifyCmd": "$TC actions list action ct",
260 …"matchPattern": "action order [0-9]*: ct commit zone 0 nat src addr 2001::1-2001::10 port 1000-200…
263 "$TC actions flush action ct"
275 "$TC actions flush action ct",
281 …"cmdUnderTest": "$TC actions add action ct commit force nat src addr 2001::1-2001::10 port 1000-20…
283 "verifyCmd": "$TC actions list action ct",
284 …"matchPattern": "action order [0-9]*: ct commit force zone 0 nat src addr 2001::1-2001::10 port 10…
287 "$TC actions flush action ct"
299 "$TC actions flush action ct",
305 "cmdUnderTest": "$TC actions add action ct label 123123 index 44",
307 "verifyCmd": "$TC actions list action ct",
308 …"matchPattern": "action order [0-9]*: ct zone 0 label 12312300000000000000000000000000 pipe.*index…
311 "$TC actions flush action ct"
323 "$TC actions flush action ct",
329 …"cmdUnderTest": "$TC actions add action ct label 12312300000000000000000000000001/ffffffff00000000…
331 "verifyCmd": "$TC actions list action ct",
332 …"matchPattern": "action order [0-9]*: ct zone 0 label 12312300000000000000000000000001/ffffffff000…
335 "$TC actions flush action ct"
347 "$TC actions flush action ct",
353 "cmdUnderTest": "$TC actions add action ct mark 0x42/0xf0 index 42",
355 "verifyCmd": "$TC actions list action ct",
356 "matchPattern": "action order [0-9]*: ct mark 66/0xf0 zone 0 pipe.*index 42 ref",
359 "$TC actions flush action ct"
371 "$TC actions flush action ct",
377 …"cmdUnderTest": "$TC actions add action ct mark 0x42/0xf0 index 42 cookie aa11bb22cc33dd44ee55ff66…
379 "verifyCmd": "$TC actions list action ct",
380 …"matchPattern": "action order [0-9]*: ct mark 66/0xf0 zone 0 pipe.*index 42 ref.*cookie aa11bb22cc…
383 "$TC actions flush action ct"
388 "name": "Add simple ct action with no_percpu flag",
395 "$TC actions flush action ct",
401 "cmdUnderTest": "$TC actions add action ct no_percpu",
403 "verifyCmd": "$TC actions list action ct",
404 "matchPattern": "action order [0-9]*: ct zone 0 pipe.*no_percpu",
407 "$TC actions flush action ct"
412 "name": "Add ct action triggering DNAT tuple conflict",
434 …ngress protocol ip prio 1 flower ct_state -trk action ct commit nat dst addr 20.0.0.1 port 10 pipe…