Fix: FIREWALL_OUTBOUND_SUBNETS ip rules
This commit is contained in:
@@ -10,7 +10,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
errLinkByName = errors.New("cannot obtain link by name")
|
||||
errLinkByName = errors.New("cannot obtain link by name")
|
||||
errRouteAdd = errors.New("cannot add route")
|
||||
errRouteDelete = errors.New("cannot delete route")
|
||||
)
|
||||
|
||||
func (r *Routing) addRouteVia(destination net.IPNet, gateway net.IP,
|
||||
|
||||
Reference in New Issue
Block a user