chore(deps): upgrade vishvananda/netlink from v1.2.1-beta.2 to v1.2.1
This commit is contained in:
@@ -36,7 +36,7 @@ func (r *Routing) DefaultRoutes() (defaultRoutes []DefaultRoute, err error) {
|
||||
// ignore non-main table
|
||||
continue
|
||||
}
|
||||
if route.Dst.IsValid() {
|
||||
if route.Dst.IsValid() && !route.Dst.Addr().IsUnspecified() {
|
||||
continue
|
||||
}
|
||||
defaultRoute := DefaultRoute{
|
||||
|
||||
Reference in New Issue
Block a user