Lines Matching full:action

4         "name": "Add pedit action that mangles IP TTL",
11 "$TC actions flush action pedit",
17 "cmdUnderTest": "$TC actions add action pedit ex munge ip ttl set 10",
19 "verifyCmd": "$TC actions ls action pedit",
20 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*index 1 ref.*key #0 at ipv4\\+8:…
23 "$TC actions flush action pedit"
28 "name": "Replace pedit action with invalid goto chain",
35 "$TC actions flush action pedit",
40 "$TC actions add action pedit ex munge ip ttl set 10 pass index 90"
42 …"cmdUnderTest": "$TC actions replace action pedit ex munge ip ttl set 10 goto chain 42 index 90 co…
44 "verifyCmd": "$TC actions ls action pedit",
45 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*index 90 ref.*key #0 at ipv4\\+8…
48 "$TC actions flush action pedit"
53 "name": "Add pedit action with RAW_OP offset u32",
61 "$TC actions flush action pedit",
67 "cmdUnderTest": "$TC actions add action pedit munge offset 12 u32 set 0x90abcdef",
69 "verifyCmd": "$TC actions list action pedit | grep 'key '",
73 "$TC actions flush action pedit"
78 "name": "Add pedit action with RAW_OP offset u32 (INVALID)",
86 "$TC actions flush action pedit",
92 "cmdUnderTest": "$TC actions add action pedit munge offset 2 u32 set 0x12345678",
98 "$TC actions flush action pedit"
103 "name": "Add pedit action with RAW_OP offset u16 u16",
111 "$TC actions flush action pedit",
117 …"cmdUnderTest": "$TC actions add action pedit munge offset 12 u16 set 0x1234 munge offset 14 u16 s…
119 "verifyCmd": "$TC actions list action pedit | grep 'key '",
123 "$TC actions flush action pedit"
128 "name": "Add pedit action with RAW_OP offset u16 (INVALID)",
136 "$TC actions flush action pedit",
142 "cmdUnderTest": "$TC actions add action pedit munge offset 15 u16 set 0x1234",
148 "$TC actions flush action pedit"
153 "name": "Add pedit action with RAW_OP offset u8 add value",
161 "$TC actions flush action pedit",
167 "cmdUnderTest": "$TC actions add action pedit ex munge offset 16 u8 add 0xf",
169 "verifyCmd": "$TC actions list action pedit | grep 'key '",
173 "$TC actions flush action pedit"
178 "name": "Add pedit action with RAW_OP offset u8 quad",
186 "$TC actions flush action pedit",
192 …"cmdUnderTest": "$TC actions add action pedit munge offset 12 u8 set 0x12 munge offset 13 u8 set 0…
194 "verifyCmd": "$TC actions list action pedit | grep 'key '",
198 "$TC actions flush action pedit"
203 "name": "Add pedit action with RAW_OP offset u8-u16-u8",
211 "$TC actions flush action pedit",
217 …"cmdUnderTest": "$TC actions add action pedit munge offset 0 u8 set 0x12 munge offset 1 u16 set 0x…
219 "verifyCmd": "$TC actions list action pedit | grep 'key '",
223 "$TC actions flush action pedit"
228 "name": "Add pedit action with RAW_OP offset u16-u8-u8",
236 "$TC actions flush action pedit",
242 …"cmdUnderTest": "$TC actions add action pedit munge offset 0 u16 set 0x1234 munge offset 2 u8 set …
244 "verifyCmd": "$TC actions list action pedit | grep 'key '",
248 "$TC actions flush action pedit"
253 "name": "Add pedit action with RAW_OP offset u32 set u16 clear u8 invert",
261 "$TC actions flush action pedit",
267 …"cmdUnderTest": "$TC actions add action pedit munge offset 0 u32 set 0x12345678 munge offset 1 u16…
269 "verifyCmd": "$TC actions list action pedit | grep 'key '",
273 "$TC actions flush action pedit"
278 "name": "Add pedit action with RAW_OP offset overflow u32 (INVALID)",
286 "$TC actions flush action pedit",
292 …"cmdUnderTest": "$TC actions add action pedit munge offset 0xfffffffffffffffffffffffffffffffffffff…
298 "$TC actions flush action pedit"
303 "name": "Add pedit action with RAW_OP offset u16 at offmask shift set",
311 "$TC actions flush action pedit",
317 "cmdUnderTest": "$TC actions add action pedit munge offset 12 u16 at 12 ffff 1 set 0xaaaa",
319 "verifyCmd": "$TC actions list action pedit | grep 'key '",
323 "$TC actions flush action pedit"
328 "name": "Add pedit action with RAW_OP offset u32 retain value",
336 "$TC actions flush action pedit",
342 … "cmdUnderTest": "$TC actions add action pedit munge offset 12 u32 set 0x12345678 retain 0xff00",
344 "verifyCmd": "$TC actions list action pedit | grep 'key '",
348 "$TC actions flush action pedit"
353 "name": "Add pedit action with RAW_OP offset u8 clear value",
361 "$TC actions flush action pedit",
367 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u8 clear",
369 "verifyCmd": "$TC actions list action pedit",
370 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 00000000 mask 00ffffff",
373 "$TC actions flush action pedit"
378 "name": "Add pedit action with RAW_OP offset u8 retain value",
386 "$TC actions flush action pedit",
392 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u8 set 0x11 retain 0x0f",
394 "verifyCmd": "$TC actions list action pedit",
395 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 01000000 mask f0ffffff",
398 "$TC actions flush action pedit"
403 "name": "Add pedit action with RAW_OP offset u16 retain value",
411 "$TC actions flush action pedit",
417 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u16 set 0x1122 retain 0xff00",
419 "verifyCmd": "$TC actions list action pedit",
420 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 11000000 mask 00ffffff",
423 "$TC actions flush action pedit"
428 "name": "Add pedit action with RAW_OP offset u32 clear value",
436 "$TC actions flush action pedit",
442 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u32 clear",
444 "verifyCmd": "$TC actions list action pedit",
445 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 00000000 mask 00000000",
448 "$TC actions flush action pedit"
453 "name": "Add pedit action with RAW_OP offset u16 invert value",
461 "$TC actions flush action pedit",
467 "cmdUnderTest": "$TC actions add action pedit munge offset 12 u16 invert",
469 "verifyCmd": "$TC actions list action pedit",
470 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 12: val ffff0000 mask ffffffff",
473 "$TC actions flush action pedit"
478 "name": "Add pedit action with RAW_OP offset u32 invert value",
486 "$TC actions flush action pedit",
492 "cmdUnderTest": "$TC actions add action pedit munge offset 12 u32 invert",
494 "verifyCmd": "$TC actions list action pedit",
495 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 12: val ffffffff mask ffffffff",
498 "$TC actions flush action pedit"
503 "name": "Add pedit action with RAW_OP offset u8 preserve value",
511 "$TC actions flush action pedit",
517 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u8 preserve",
519 "verifyCmd": "$TC actions list action pedit",
520 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 00000000 mask ffffffff",
523 "$TC actions flush action pedit"
528 "name": "Add pedit action with RAW_OP offset u16 preserve value",
536 "$TC actions flush action pedit",
542 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u16 preserve",
544 "verifyCmd": "$TC actions list action pedit",
545 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 00000000 mask ffffffff",
548 "$TC actions flush action pedit"
553 "name": "Add pedit action with RAW_OP offset u32 preserve value",
561 "$TC actions flush action pedit",
567 "cmdUnderTest": "$TC actions add action pedit munge offset 0 u32 preserve",
569 "verifyCmd": "$TC actions list action pedit",
570 … "matchPattern": "action order [0-9]+:.*pedit.*keys 1.*key #0.*at 0: val 00000000 mask ffffffff",
573 "$TC actions flush action pedit"
578 "name": "Add pedit action with RAW_OP negative offset u16/u32 set value",
586 "$TC actions flush action pedit",
592 …"cmdUnderTest": "$TC actions add action pedit munge offset -14 u16 set 0x0000 munge offset -12 u32…
594 "verifyCmd": "$TC actions list action pedit",
595 …"matchPattern": "action order [0-9]+:.*pedit.*keys 4.*key #0.*at -16: val 00000000 mask ffff0000.*…
598 "$TC actions flush action pedit"
603 "name": "Add pedit action with LAYERED_OP eth set src",
611 "$TC actions flush action pedit",
617 "cmdUnderTest": "$TC actions add action pedit ex munge eth src set 11:22:33:44:55:66",
619 "verifyCmd": "$TC actions list action pedit",
620 …"matchPattern": "action order [0-9]+: pedit action pass keys 2.*key #0 at eth\\+4: val 00001122 …
623 "$TC actions flush action pedit"
628 "name": "Add pedit action with LAYERED_OP eth set src & dst",
636 "$TC actions flush action pedit",
642 …"cmdUnderTest": "$TC actions add action pedit ex munge eth src set 11:22:33:44:55:66 munge eth dst…
644 "verifyCmd": "$TC actions list action pedit | grep 'key '",
648 "$TC actions flush action pedit"
653 "name": "Add pedit action with LAYERED_OP eth set dst",
661 "$TC actions flush action pedit",
667 "cmdUnderTest": "$TC actions add action pedit ex munge eth dst set 11:22:33:44:55:66",
669 "verifyCmd": "$TC actions list action pedit",
670 …"matchPattern": "action order [0-9]+: pedit action pass keys 2.*key #0 at eth\\+0: val 11223344 …
673 "$TC actions flush action pedit"
678 "name": "Add pedit action with LAYERED_OP eth set src (INVALID)",
686 "$TC actions flush action pedit",
692 "cmdUnderTest": "$TC actions add action pedit ex munge eth src set %e:11:m2:33:x4:-5",
698 "$TC actions flush action pedit"
703 "name": "Add pedit action with LAYERED_OP eth set dst (INVALID)",
711 "$TC actions flush action pedit",
717 "cmdUnderTest": "$TC actions add action pedit ex munge eth dst set %e:11:m2:33:x4:-5",
723 "$TC actions flush action pedit"
728 "name": "Add pedit action with LAYERED_OP eth type set/clear sequence",
736 "$TC actions flush action pedit",
742 …"cmdUnderTest": "$TC actions add action pedit ex munge eth type set 0x1 munge eth type clear munge…
744 "verifyCmd": "$TC actions list action pedit | grep 'key '",
748 "$TC actions flush action pedit"
753 "name": "Add pedit action with LAYERED_OP eth set type (INVALID)",
761 "$TC actions flush action pedit",
767 "cmdUnderTest": "$TC actions add action pedit ex munge eth type set 0xabcdef",
769 "verifyCmd": "$TC actions list action pedit",
770 "matchPattern": "action order [0-9]+: pedit action pass keys 1.*key #0 at eth+12: val ",
776 "name": "Add pedit action with LAYERED_OP eth add type",
784 "$TC actions flush action pedit",
790 "cmdUnderTest": "$TC actions add action pedit ex munge eth type add 0x1",
792 "verifyCmd": "$TC actions list action pedit",
793 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*key #0 at eth\\+12: add 00010000…
796 "$TC actions flush action pedit"
801 "name": "Add pedit action with LAYERED_OP eth invert src",
809 "$TC actions flush action pedit",
815 "cmdUnderTest": "$TC actions add action pedit ex munge eth src invert",
817 "verifyCmd": "$TC actions list action pedit",
818 …"matchPattern": "action order [0-9]+: pedit action pass keys 2.*key #0 at eth\\+4: val 0000ff00 …
821 "$TC actions flush action pedit"
826 "name": "Add pedit action with LAYERED_OP eth invert dst",
834 "$TC actions flush action pedit",
840 "cmdUnderTest": "$TC actions add action pedit ex munge eth dst invert",
842 "verifyCmd": "$TC actions list action pedit",
843 …"matchPattern": "action order [0-9]+: pedit action pass keys 2.*key #0 at eth\\+0: val ff000000 …
846 "$TC actions flush action pedit"
851 "name": "Add pedit action with LAYERED_OP eth invert type",
859 "$TC actions flush action pedit",
865 "cmdUnderTest": "$TC actions add action pedit ex munge eth type invert",
867 "verifyCmd": "$TC actions list action pedit",
868 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*key #0 at eth\\+12: val ffff0000…
871 "$TC actions flush action pedit"
876 "name": "Add pedit action with LAYERED_OP ip set src",
884 "$TC actions flush action pedit",
890 "cmdUnderTest": "$TC actions add action pedit munge ip src set 1.1.1.1",
892 "verifyCmd": "$TC actions list action pedit",
893 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*key #0 at 12: val 01010101 mask …
896 "$TC actions flush action pedit"
901 "name": "Add pedit action with LAYERED_OP ip set dst",
909 "$TC actions flush action pedit",
915 "cmdUnderTest": "$TC actions add action pedit munge ip dst set 2.2.2.2",
917 "verifyCmd": "$TC actions list action pedit",
918 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*key #0 at 16: val 02020202 mask …
921 "$TC actions flush action pedit"
926 "name": "Add pedit action with LAYERED_OP ip set src & dst",
934 "$TC actions flush action pedit",
940 …"cmdUnderTest": "$TC actions add action pedit munge ip src set 18.52.86.120 munge ip dst set 18.52…
942 "verifyCmd": "$TC actions list action pedit | grep 'key '",
946 "$TC actions flush action pedit"
951 "name": "Add pedit action with LAYERED_OP ip set ihl & dsfield",
959 "$TC actions flush action pedit",
965 … "cmdUnderTest": "$TC actions add action pedit munge ip ihl set 0xff munge ip dsfield set 0xff",
967 "verifyCmd": "$TC actions list action pedit | grep 'key '",
971 "$TC actions flush action pedit"
976 "name": "Add pedit action with LAYERED_OP ip set ttl & protocol",
984 "$TC actions flush action pedit",
990 … "cmdUnderTest": "$TC actions add action pedit munge ip ttl set 0x1 munge ip protocol set 0xff",
992 "verifyCmd": "$TC actions list action pedit | grep 'key '",
996 "$TC actions flush action pedit"
1001 "name": "Add pedit action with LAYERED_OP ip set ttl (INVALID)",
1009 "$TC actions flush action pedit",
1015 "cmdUnderTest": "$TC actions add action pedit munge ip ttl set 300",
1021 "$TC actions flush action pedit"
1026 "name": "Add pedit action with LAYERED_OP ip ttl clear/set",
1034 "$TC actions flush action pedit",
1040 "cmdUnderTest": "$TC actions add action pedit munge ip ttl clear munge ip ttl set 0x1",
1042 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1046 "$TC actions flush action pedit"
1051 "name": "Add pedit action with LAYERED_OP ip set duplicate fields",
1059 "$TC actions flush action pedit",
1065 "cmdUnderTest": "$TC actions add action pedit munge ip ttl set 0x1 munge ip ttl set 0x1",
1067 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1071 "$TC actions flush action pedit"
1076 "name": "Add pedit action with LAYERED_OP ip set ce, df, mf, firstfrag, nofrag fields",
1084 "$TC actions flush action pedit",
1090 …"cmdUnderTest": "$TC actions add action pedit munge ip ce set 0xff munge ip df set 0xff munge ip m…
1092 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1096 "$TC actions flush action pedit"
1101 "name": "Add pedit action with LAYERED_OP ip set tos",
1109 "$TC actions flush action pedit",
1115 "cmdUnderTest": "$TC actions add action pedit munge ip tos set 0x4 continue",
1117 "verifyCmd": "$TC actions list action pedit",
1118 …"matchPattern": "action order [0-9]+: pedit action continue keys 1.*key #0 at 0: val 00040000 ma…
1121 "$TC actions flush action pedit"
1126 "name": "Add pedit action with LAYERED_OP ip set precedence",
1134 "$TC actions flush action pedit",
1140 "cmdUnderTest": "$TC actions add action pedit munge ip precedence set 3 jump 2",
1142 "verifyCmd": "$TC actions list action pedit",
1143 …"matchPattern": "action order [0-9]+: pedit action jump 2 keys 1.*key #0 at 0: val 00030000 mask…
1146 "$TC actions flush action pedit"
1151 "name": "Add pedit action with LAYERED_OP ip add tos",
1159 "$TC actions flush action pedit",
1165 "cmdUnderTest": "$TC actions add action pedit ex munge ip tos add 0x1 pass",
1167 "verifyCmd": "$TC actions list action pedit",
1168 …"matchPattern": "action order [0-9]+: pedit action pass keys 1.*key #0 at ipv4\\+0: add 00010000…
1171 "$TC actions flush action pedit"
1176 "name": "Add pedit action with LAYERED_OP ip add precedence",
1184 "$TC actions flush action pedit",
1190 "cmdUnderTest": "$TC actions add action pedit ex munge ip precedence add 0x1 pipe",
1192 "verifyCmd": "$TC actions list action pedit",
1193 …"matchPattern": "action order [0-9]+: pedit action pipe keys 1.*key #0 at ipv4\\+0: add 00010000…
1196 "$TC actions flush action pedit"
1201 "name": "Add pedit action with LAYERED_OP ip clear tos",
1209 "$TC actions flush action pedit",
1215 "cmdUnderTest": "$TC actions add action pedit munge ip tos clear continue",
1217 "verifyCmd": "$TC actions list action pedit",
1218 …"matchPattern": "action order [0-9]+: pedit action continue keys 1.*key #0 at 0: val 00000000 ma…
1221 "$TC actions flush action pedit"
1226 "name": "Add pedit action with LAYERED_OP ip clear precedence",
1234 "$TC actions flush action pedit",
1240 "cmdUnderTest": "$TC actions add action pedit munge ip precedence clear jump 2",
1242 "verifyCmd": "$TC actions list action pedit",
1243 …"matchPattern": "action order [0-9]+: pedit action jump 2 keys 1.*key #0 at 0: val 00000000 mask…
1246 "$TC actions flush action pedit"
1251 "name": "Add pedit action with LAYERED_OP ip invert tos",
1259 "$TC actions flush action pedit",
1265 "cmdUnderTest": "$TC actions add action pedit munge ip tos invert pipe",
1267 "verifyCmd": "$TC actions list action pedit",
1268 …"matchPattern": "action order [0-9]+: pedit action pipe keys 1.*key #0 at 0: val 00ff0000 mask f…
1271 "$TC actions flush action pedit"
1276 "name": "Add pedit action with LAYERED_OP ip invert precedence",
1284 "$TC actions flush action pedit",
1290 "cmdUnderTest": "$TC actions add action pedit munge ip precedence invert reclassify",
1292 "verifyCmd": "$TC actions list action pedit",
1293 …"matchPattern": "action order [0-9]+: pedit action reclassify keys 1.*key #0 at 0: val 00ff0000 …
1296 "$TC actions flush action pedit"
1301 "name": "Add pedit action with LAYERED_OP beyond ip set dport & sport",
1309 "$TC actions flush action pedit",
1315 …"cmdUnderTest": "$TC actions add action pedit munge ip dport set 0x1234 munge ip sport set 0x5678",
1317 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1321 "$TC actions flush action pedit"
1326 "name": "Add pedit action with LAYERED_OP beyond ip set icmp_type & icmp_code",
1334 "$TC actions flush action pedit",
1340 …"cmdUnderTest": "$TC actions add action pedit munge ip icmp_type set 0xff munge ip icmp_code set 0…
1342 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1346 "$TC actions flush action pedit"
1351 "name": "Add pedit action with LAYERED_OP beyond ip set dport (INVALID)",
1359 "$TC actions flush action pedit",
1365 "cmdUnderTest": "$TC actions add action pedit ex munge ip dport set 0x1234",
1371 "$TC actions flush action pedit"
1376 "name": "Add pedit action with LAYERED_OP ip6 set src",
1384 "$TC actions flush action pedit",
1390 "cmdUnderTest": "$TC actions add action pedit ex munge ip6 src set 2001:0db8:0:f101::1",
1392 "verifyCmd": "$TC actions list action pedit",
1393 …"matchPattern": "action order [0-9]+: pedit action pass keys 4.*key #0 at ipv6\\+8: val 20010db8…
1396 "$TC actions flush action pedit"
1401 "name": "Add pedit action with LAYERED_OP ip6 set dst",
1409 "$TC actions flush action pedit",
1415 "cmdUnderTest": "$TC actions add action pedit ex munge ip6 dst set 2001:0db8:0:f101::1",
1417 "verifyCmd": "$TC actions list action pedit",
1418 …"matchPattern": "action order [0-9]+: pedit action pass keys 4.*key #0 at ipv6\\+24: val 20010db…
1421 "$TC actions flush action pedit"
1426 "name": "Add pedit action with LAYERED_OP ip6 set src & dst",
1434 "$TC actions flush action pedit",
1440 …"cmdUnderTest": "$TC actions add action pedit ex munge ip6 src set 2001:0db8:0:f101::1 munge ip6 d…
1442 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1446 "$TC actions flush action pedit"
1451 "name": "Add pedit action with LAYERED_OP ip6 dst retain value (INVALID)",
1459 "$TC actions flush action pedit",
1465 …"cmdUnderTest": "$TC actions add action pedit ex munge ip6 dst set 2001:0db8:0:f101::1 retain 0xff…
1471 "$TC actions flush action pedit"
1476 "name": "Add pedit action with LAYERED_OP ip6 traffic_class",
1484 "$TC actions flush action pedit",
1490 "cmdUnderTest": "$TC actions add action pedit ex munge ip6 traffic_class set 0x40 continue",
1492 "verifyCmd": "$TC actions list action pedit",
1496 "$TC actions flush action pedit"
1501 "name": "Add pedit action with LAYERED_OP ip6 flow_lbl",
1509 "$TC actions flush action pedit",
1515 "cmdUnderTest": "$TC actions add action pedit ex munge ip6 flow_lbl set 0xfffff",
1517 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1521 "$TC actions flush action pedit"
1526 "name": "Add pedit action with LAYERED_OP ip6 set payload_len, nexthdr, hoplimit",
1534 "$TC actions flush action pedit",
1540 …"cmdUnderTest": "$TC actions add action pedit ex munge ip6 payload_len set 0xffff munge ip6 nexthd…
1542 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1546 "$TC actions flush action pedit"
1551 "name": "Add pedit action with LAYERED_OP tcp set dport & sport",
1559 "$TC actions flush action pedit",
1565 … "cmdUnderTest": "$TC actions add action pedit ex munge tcp dport set 4789 munge tcp sport set 1",
1567 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1571 "$TC actions flush action pedit"
1576 "name": "Add pedit action with LAYERED_OP tcp sport set (INVALID)",
1584 "$TC actions flush action pedit",
1590 "cmdUnderTest": "$TC actions add action pedit ex munge tcp sport set -200",
1596 "$TC actions flush action pedit"
1601 "name": "Add pedit action with LAYERED_OP tcp flags set",
1609 "$TC actions flush action pedit",
1615 "cmdUnderTest": "$TC actions add action pedit ex munge tcp flags set 0x16",
1617 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1621 "$TC actions flush action pedit"
1626 "name": "Add pedit action with LAYERED_OP tcp set dport, sport & flags fields",
1634 "$TC actions flush action pedit",
1640 …"cmdUnderTest": "$TC actions add action pedit ex munge tcp dport set 4789 munge tcp sport set 1 mu…
1642 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1646 "$TC actions flush action pedit"
1651 "name": "Add pedit action with LAYERED_OP udp set dport & sport",
1659 "$TC actions flush action pedit",
1665 …"cmdUnderTest": "$TC actions add action pedit ex munge udp dport set 4789 munge udp sport set 4789…
1667 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1671 "$TC actions flush action pedit"
1676 "name": "Add pedit action with mixed RAW/LAYERED_OP #1",
1685 "$TC actions flush action pedit",
1691 …"cmdUnderTest": "$TC actions add action pedit ex munge eth src set 11:22:33:44:55:66 munge ip ttl …
1693 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1697 "$TC actions flush action pedit"
1702 "name": "Add pedit action with mixed RAW/LAYERED_OP #2",
1711 "$TC actions flush action pedit",
1717 …"cmdUnderTest": "$TC actions add action pedit ex munge eth src set 11:22:33:44:55:66 munge eth dst…
1719 "verifyCmd": "$TC actions list action pedit | grep 'key '",
1723 "$TC actions flush action pedit"