Lines Matching full:mirror

4         "name": "Add mirred mirror to egress action",
20 "cmdUnderTest": "$TC actions add action mirred egress mirror index 1 dev lo",
23 "matchPattern": "action order [0-9]*: mirred \\(Egress Mirror to device lo\\).*index 1 ref",
74 "$TC actions add action mirred egress mirror index 1 dev lo",
80 "matchPattern": "[Mirror|Redirect] to device lo",
104 "cmdUnderTest": "$TC actions add action mirred inbound mirror index 20 dev lo",
158 "cmdUnderTest": "$TC actions add action mirred egress mirror index 20 dev eltoh",
186 "cmdUnderTest": "$TC actions add action mirred egress mirror index 15 dev lo",
197 "name": "Add mirred mirror action with control pass",
213 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo pass index 1",
216 … "matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) pass.*index 1 ref",
224 "name": "Add mirred mirror action with control pipe",
240 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo pipe index 15",
243 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) pipe.*index 15 ref",
251 "name": "Add mirred mirror action with control continue",
267 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo continue index 15",
270 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) continue.*index 15 …
278 "name": "Add mirred mirror action with control reclassify",
294 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo reclassify index 150",
297 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) reclassify.*index 1…
305 "name": "Add mirred mirror action with control drop",
321 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo drop index 99",
324 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) drop.*index 99 ref",
332 "name": "Add mirred mirror action with control jump",
348 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo jump 10 index 99",
351 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) jump 10.*index 99 r…
359 "name": "Add mirred mirror action with cookie",
375 …"cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo reclassify cookie aa11bb22cc3…
378 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) reclassify.*cookie …
386 "name": "Add mirred mirror action with index at 32-bit maximum",
402 "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo pipe index 4294967295",
405 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) pipe.*index 4294967…
413 "name": "Add mirred mirror action with index exceeding 32-bit maximum",
429 … "cmdUnderTest": "$TC actions add action mirred ingress mirror dev lo pipe index 429496729555",
432 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) pipe.*index 4294967…
438 "name": "Delete mirred mirror action",
453 "$TC actions add action mirred egress mirror index 5 dev lo"
458 "matchPattern": "action order [0-9]*: mirred \\(Egress Mirror to device lo\\).*index 5 ref",
509 "$TC actions add action mirred ingress mirror dev lo drop index 90"
511 …"cmdUnderTest": "$TC actions replace action mirred ingress mirror dev lo goto chain 42 index 90 co…
514 …"matchPattern": "action order [0-9]*: mirred \\(Ingress Mirror to device lo\\) drop.*index 90 ref",
575 "name": "Add batch of 32 mirred mirror ingress actions with cookie",
591 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred ingress mirror dev lo…
602 "name": "Delete batch of 32 mirred mirror ingress actions",
617 …"bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action mirred ingress mirror dev lo index \\$i \\\"…
628 "name": "Add mirred mirror to egress action with no_percpu flag",
644 "cmdUnderTest": "$TC actions add action mirred egress mirror dev lo no_percpu",
647 "matchPattern": "action order [0-9]*: mirred \\(Egress Mirror to device lo\\).*no_percpu",
655 "name": "Add mirred mirror to egress block action",
676 "cmdUnderTest": "$TC actions add action mirred egress mirror index 1 blockid 21",
688 "mirred_action": "mirror",
710 "name": "Add mirred mirror to ingress block action",
731 "cmdUnderTest": "$TC actions add action mirred ingress mirror index 1 blockid 21",
743 "mirred_action": "mirror",
999 "name": "Replace mirred redirect to block action with mirror to dev",
1024 "cmdUnderTest": "$TC actions replace action mirred ingress mirror index 1 dev lo",
1036 "mirred_action": "mirror",