Lines Matching full:add

4         "name": "Add MPLS dec_ttl action with pipe opcode",
17 "cmdUnderTest": "$TC actions add action mpls dec_ttl pipe index 8",
28 "name": "Add mpls dec_ttl action with pass opcode",
41 "cmdUnderTest": "$TC actions add action mpls dec_ttl pass index 8",
52 "name": "Add mpls dec_ttl action with drop opcode",
65 "cmdUnderTest": "$TC actions add action mpls dec_ttl drop index 8",
76 "name": "Add mpls dec_ttl action with reclassify opcode",
89 "cmdUnderTest": "$TC actions add action mpls dec_ttl reclassify index 8",
100 "name": "Add mpls dec_ttl action with continue opcode",
113 "cmdUnderTest": "$TC actions add action mpls dec_ttl continue index 8",
124 "name": "Add mpls dec_ttl action with jump opcode",
137 "cmdUnderTest": "$TC actions add action mpls dec_ttl jump 10 index 8",
148 "name": "Add mpls dec_ttl action with trap opcode",
161 "cmdUnderTest": "$TC actions add action mpls dec_ttl trap index 8",
172 "name": "Add mpls dec_ttl action with opcode and cookie",
185 "cmdUnderTest": "$TC actions add action mpls dec_ttl pipe index 8 cookie aabbccddeeff",
196 "name": "Add mpls dec_ttl action with opcode and cookie of max length",
209 …"cmdUnderTest": "$TC actions add action mpls dec_ttl continue index 8 cookie aa11bb22cc33dd44ee55f…
220 "name": "Add mpls dec_ttl action with invalid opcode",
233 "cmdUnderTest": "$TC actions add action mpls dec_ttl foo index 8",
242 "name": "Add mpls dec_ttl action with label (invalid)",
255 "cmdUnderTest": "$TC actions add action mpls dec_ttl label 20",
264 "name": "Add mpls dec_ttl action with tc (invalid)",
277 "cmdUnderTest": "$TC actions add action mpls dec_ttl tc 3",
286 "name": "Add mpls dec_ttl action with ttl (invalid)",
299 "cmdUnderTest": "$TC actions add action mpls dec_ttl ttl 20",
308 "name": "Add mpls dec_ttl action with bos (invalid)",
321 "cmdUnderTest": "$TC actions add action mpls dec_ttl bos 1",
330 "name": "Add mpls pop action with ip proto",
343 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4",
354 "name": "Add mpls pop action with ip proto and cookie",
367 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 cookie 12345678",
378 "name": "Add mpls pop action with mpls proto",
391 "cmdUnderTest": "$TC actions add action mpls pop protocol mpls_mc",
402 "name": "Add mpls pop action with no protocol (invalid)",
415 "cmdUnderTest": "$TC actions add action mpls pop",
424 "name": "Add mpls pop action with label (invalid)",
437 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 label 20",
446 "name": "Add mpls pop action with tc (invalid)",
459 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 tc 3",
468 "name": "Add mpls pop action with ttl (invalid)",
481 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 ttl 20",
490 "name": "Add mpls pop action with bos (invalid)",
503 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 bos 1",
512 "name": "Add mpls push action with label",
525 "cmdUnderTest": "$TC actions add action mpls push label 20",
536 "name": "Add mpls push action with mpls_mc protocol",
549 "cmdUnderTest": "$TC actions add action mpls push protocol mpls_mc label 20",
560 "name": "Add mpls push action with label, tc and ttl",
573 "cmdUnderTest": "$TC actions add action mpls push label 20 tc 3 ttl 128",
584 "name": "Add mpls push action with label, tc ttl and cookie of max length",
597 …"cmdUnderTest": "$TC actions add action mpls push label 20 tc 3 ttl 128 cookie aa11bb22cc33dd44ee5…
608 "name": "Add mpls push action with label and bos",
621 "cmdUnderTest": "$TC actions add action mpls push label 20 bos 1",
632 "name": "Add mpls push action with no label (invalid)",
645 "cmdUnderTest": "$TC actions add action mpls push",
654 "name": "Add mpls push action with ipv4 protocol (invalid)",
667 "cmdUnderTest": "$TC actions add action mpls push protocol ipv4 label 20",
676 "name": "Add mpls push action with out of range label (invalid)",
689 "cmdUnderTest": "$TC actions add action mpls push label 1048576",
698 "name": "Add mpls push action with out of range tc (invalid)",
711 "cmdUnderTest": "$TC actions add action mpls push label 20 tc 8",
720 "name": "Add mpls push action with ttl of 0 (invalid)",
733 "cmdUnderTest": "$TC actions add action mpls push label 20 ttl 0",
742 "name": "Add mpls mod action with mpls label",
755 "cmdUnderTest": "$TC actions add action mpls mod label 20",
766 "name": "Add mpls mod action with max mpls label",
779 "cmdUnderTest": "$TC actions add action mpls mod label 0xfffff",
790 "name": "Add mpls mod action with mpls label exceeding max (invalid)",
803 "cmdUnderTest": "$TC actions add action mpls mod label 0x100000",
812 "name": "Add mpls mod action with mpls label of MPLS_LABEL_IMPLNULL (invalid)",
825 "cmdUnderTest": "$TC actions add action mpls mod label 3",
834 "name": "Add mpls mod action with mpls min tc",
847 "cmdUnderTest": "$TC actions add action mpls mod tc 0",
858 "name": "Add mpls mod action with mpls max tc",
871 "cmdUnderTest": "$TC actions add action mpls mod tc 7",
882 "name": "Add mpls mod action with mpls tc exceeding max (invalid)",
895 "cmdUnderTest": "$TC actions add action mpls mod tc 8",
904 "name": "Add mpls mod action with mpls ttl",
917 "cmdUnderTest": "$TC actions add action mpls mod ttl 128",
928 "name": "Add mpls mod action with mpls ttl and cookie",
941 … "cmdUnderTest": "$TC actions add action mpls mod ttl 128 cookie aa11bb22cc33dd44ee55ff66aa11b1b2",
952 "name": "Add mpls mod action with mpls max ttl",
965 "cmdUnderTest": "$TC actions add action mpls mod ttl 255",
976 "name": "Add mpls mod action with mpls min ttl",
989 "cmdUnderTest": "$TC actions add action mpls mod ttl 1",
1000 "name": "Add mpls mod action with mpls ttl of 0 (invalid)",
1013 "cmdUnderTest": "$TC actions add action mpls mod ttl 0",
1022 "name": "Add mpls mod action with mpls ttl exceeding max (invalid)",
1035 "cmdUnderTest": "$TC actions add action mpls mod ttl 256",
1044 "name": "Add mpls mod action with mpls max bos",
1057 "cmdUnderTest": "$TC actions add action mpls mod bos 1",
1068 "name": "Add mpls mod action with mpls min bos",
1081 "cmdUnderTest": "$TC actions add action mpls mod bos 0",
1092 "name": "Add mpls mod action with mpls bos exceeding max (invalid)",
1105 "cmdUnderTest": "$TC actions add action mpls mod bos 2",
1114 "name": "Add mpls mod action with protocol (invalid)",
1127 "cmdUnderTest": "$TC actions add action mpls mod protocol ipv4",
1148 "$TC actions add action mpls push label 20 pipe index 12"
1173 …"$TC actions add action mpls push label 20 tc 3 ttl 128 index 1 cookie aa11bb22cc33dd44ee55ff66aa1…
1198 "$TC actions add action mpls pop protocol ipv4 index 44"
1221 "$TC actions add action mpls push label 10 index 10",
1222 "$TC actions add action mpls push label 20 index 20",
1223 "$TC actions add action mpls push label 30 index 30",
1224 "$TC actions add action mpls push label 40 index 40"