Disabling IPv6 per default due to failing docker tests
This commit is contained in:
parent
a5d56f1cb7
commit
4eee00101c
7 changed files with 51 additions and 18 deletions
|
|
@ -133,6 +133,10 @@ fi
|
|||
# Standard IETF RFC yang files.
|
||||
: ${IETFRFC=../yang/standard}
|
||||
|
||||
# Some restconf tests can run IPv6, but its complicated because:
|
||||
# - docker by default does not run IPv6
|
||||
: ${IPv6:=false}
|
||||
|
||||
# Backend user
|
||||
BUSER=clicon
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue