File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10491,16 +10491,19 @@ my %reject_tests = (
1049110491 errstr => ' protochain not supported' ,
1049210492 },
1049310493 protochain_invalid => {
10494+ skip => skip_config_def1 (' NO_PROTOCHAIN' ),
1049410495 DLT => ' RAW' ,
1049510496 expr => ' protochain nosuchprotocol' ,
1049610497 errstr => ' unknown ip proto' ,
1049710498 },
1049810499 ip_protochain_invalid => {
10500+ skip => skip_config_def1 (' NO_PROTOCHAIN' ),
1049910501 DLT => ' RAW' ,
1050010502 expr => ' ip protochain nosuchprotocol' ,
1050110503 errstr => ' unknown ip proto' ,
1050210504 },
1050310505 ip6_protochain_invalid => {
10506+ skip => skip_config_def1 (' NO_PROTOCHAIN' ),
1050410507 DLT => ' RAW' ,
1050510508 expr => ' ip6 protochain nosuchprotocol' ,
1050610509 errstr => ' unknown ip proto' ,
You can’t perform that action at this time.
0 commit comments