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 = (
10491
10491
errstr => ' protochain not supported' ,
10492
10492
},
10493
10493
protochain_invalid => {
10494
+ skip => skip_config_def1 (' NO_PROTOCHAIN' ),
10494
10495
DLT => ' RAW' ,
10495
10496
expr => ' protochain nosuchprotocol' ,
10496
10497
errstr => ' unknown ip proto' ,
10497
10498
},
10498
10499
ip_protochain_invalid => {
10500
+ skip => skip_config_def1 (' NO_PROTOCHAIN' ),
10499
10501
DLT => ' RAW' ,
10500
10502
expr => ' ip protochain nosuchprotocol' ,
10501
10503
errstr => ' unknown ip proto' ,
10502
10504
},
10503
10505
ip6_protochain_invalid => {
10506
+ skip => skip_config_def1 (' NO_PROTOCHAIN' ),
10504
10507
DLT => ' RAW' ,
10505
10508
expr => ' ip6 protochain nosuchprotocol' ,
10506
10509
errstr => ' unknown ip proto' ,
You can’t perform that action at this time.
0 commit comments