1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

enabled ipv6 parameter in TestSetupIPForwarding

Signed-off-by: Benjamin Böhmke <benjamin@boehmke.net>
This commit is contained in:
Benjamin Böhmke 2020-07-22 15:05:51 +02:00
parent 4d1c92c155
commit a4fcced708

View file

@ -17,7 +17,7 @@ func TestSetupIPForwarding(t *testing.T) {
}
// Set IP Forwarding
if err := setupIPForwarding(true, false); err != nil {
if err := setupIPForwarding(true, true); err != nil {
t.Fatalf("Failed to setup IP forwarding: %v", err)
}