mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 16:45:07 -05:00
test: fix chronyc test with disabled IPv6 support
This commit is contained in:
@@ -33,6 +33,7 @@ for CC in gcc clang; do
|
|||||||
|
|
||||||
for extra_config_opts in \
|
for extra_config_opts in \
|
||||||
"--all-privops" \
|
"--all-privops" \
|
||||||
|
"--disable-ipv6" \
|
||||||
"--disable-scfilter" \
|
"--disable-scfilter" \
|
||||||
"--without-gnutls" \
|
"--without-gnutls" \
|
||||||
"--without-nettle" \
|
"--without-nettle" \
|
||||||
|
|||||||
@@ -109,9 +109,7 @@ for chronyc_conf in \
|
|||||||
"allow 3.4.5" \
|
"allow 3.4.5" \
|
||||||
"allow 6.7.8/22" \
|
"allow 6.7.8/22" \
|
||||||
"allow 6.7.8.9/22" \
|
"allow 6.7.8.9/22" \
|
||||||
"allow 2001:db8::/32" \
|
|
||||||
"allow 0/0" \
|
"allow 0/0" \
|
||||||
"allow ::/0" \
|
|
||||||
"allow" \
|
"allow" \
|
||||||
"allow all 10/24" \
|
"allow all 10/24" \
|
||||||
"authdata" \
|
"authdata" \
|
||||||
|
|||||||
Reference in New Issue
Block a user