test: fix chronyc test with disabled IPv6 support
This commit is contained in:
parent
d8f14ec59b
commit
e47e7e3661
2 changed files with 1 additions and 2 deletions
|
@ -33,6 +33,7 @@ for CC in gcc clang; do
|
|||
|
||||
for extra_config_opts in \
|
||||
"--all-privops" \
|
||||
"--disable-ipv6" \
|
||||
"--disable-scfilter" \
|
||||
"--without-gnutls" \
|
||||
"--without-nettle" \
|
||||
|
|
|
@ -109,9 +109,7 @@ for chronyc_conf in \
|
|||
"allow 3.4.5" \
|
||||
"allow 6.7.8/22" \
|
||||
"allow 6.7.8.9/22" \
|
||||
"allow 2001:db8::/32" \
|
||||
"allow 0/0" \
|
||||
"allow ::/0" \
|
||||
"allow" \
|
||||
"allow all 10/24" \
|
||||
"authdata" \
|
||||
|
|
Loading…
Reference in a new issue