Revert "automation: Explicitly enable IPv6 on test container"
This reverts commit 5f3e724190d12ddc20c5681ea4159069a302141b. Signed-off-by: Edward Haas <edwardh@redhat.com>
This commit is contained in:
parent
f2d7359387
commit
a05ddcad1c
@ -36,9 +36,7 @@ function add_extra_networks {
|
||||
docker network connect $NET1 $CONTAINER_ID
|
||||
docker_exec '
|
||||
ip addr flush eth1 && \
|
||||
ip addr flush eth2 && \
|
||||
echo 0 > /proc/sys/net/ipv6/conf/eth1/disable_ipv6 || true \
|
||||
echo 0 > /proc/sys/net/ipv6/conf/eth2/disable_ipv6 || true
|
||||
ip addr flush eth2
|
||||
'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user