Fix: FIREWALL_OUTBOUND_SUBNETS ip rules

This commit is contained in:
Quentin McGaw (desktop)
2021-08-26 15:46:19 +00:00
parent 5b75635386
commit 501ae2741b
4 changed files with 38 additions and 14 deletions

View File

@@ -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,