diff options
Diffstat (limited to 'container')
| -rw-r--r-- | container/dispatcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/dispatcher.go b/container/dispatcher.go index 9f971fa5..d3ff4f00 100644 --- a/container/dispatcher.go +++ b/container/dispatcher.go @@ -179,7 +179,7 @@ func (direct) mustLoopback(ctx context.Context, msg message.Msg) { lo = ifi.Index } - c, err := netlink.DialRoute() + c, err := netlink.DialRoute(0) if err != nil { msg.GetLogger().Fatalln(err) } |
