Lines Matching full:pop

372         "name": "Add mpls pop action with ip proto",
388 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4",
391 "matchPattern": "action order [0-9]+: mpls.*pop.*protocol.*ip.*pipe",
399 "name": "Add mpls pop action with ip proto and cookie",
415 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 cookie 12345678",
418 … "matchPattern": "action order [0-9]+: mpls.*pop.*protocol.*ip.*pipe.*ref 1.*cookie 12345678",
426 "name": "Add mpls pop action with mpls proto",
442 "cmdUnderTest": "$TC actions add action mpls pop protocol mpls_mc",
445 "matchPattern": "action order [0-9]+: mpls.*pop.*protocol.*mpls_mc.*pipe",
453 "name": "Add mpls pop action with no protocol (invalid)",
469 "cmdUnderTest": "$TC actions add action mpls pop",
472 "matchPattern": "action order [0-9]+: mpls.*pop.*pipe",
478 "name": "Add mpls pop action with label (invalid)",
494 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 label 20",
497 "matchPattern": "action order [0-9]+: mpls.*pop.*label.*20.*pipe",
503 "name": "Add mpls pop action with tc (invalid)",
519 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 tc 3",
522 "matchPattern": "action order [0-9]+: mpls.*pop.*tc.*3.*pipe",
528 "name": "Add mpls pop action with ttl (invalid)",
544 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 ttl 20",
547 "matchPattern": "action order [0-9]+: mpls.*pop.*ttl.*20.*pipe",
553 "name": "Add mpls pop action with bos (invalid)",
569 "cmdUnderTest": "$TC actions add action mpls pop protocol ipv4 bos 1",
572 "matchPattern": "action order [0-9]+: mpls.*pop.*bos.*1.*pipe",
1339 "name": "Delete mpls pop action",
1354 "$TC actions add action mpls pop protocol ipv4 index 44"
1359 "matchPattern": "action order [0-9]+: mpls.*pop.*index 44 ref",