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:
parent
4d1c92c155
commit
a4fcced708
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue