mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix bug in osl.SetGatewayIPv6() function
Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
e68750e12a
commit
84682eb59a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ func (n *networkNamespace) SetGatewayIPv6(gwv6 net.IP) error {
|
|||
|
||||
err := programGateway(n.nsPath(), gwv6, true)
|
||||
if err == nil {
|
||||
n.SetGatewayIPv6(gwv6)
|
||||
n.setGatewayIPv6(gwv6)
|
||||
}
|
||||
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue