mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-25 12:12:12 +02:00
Remove unused var
This commit is contained in:
parent
ea469d28d7
commit
630edf2480
@ -42,10 +42,7 @@ const (
|
|||||||
EnvEnableNetstackLocalForwarding = "NB_ENABLE_NETSTACK_LOCAL_FORWARDING"
|
EnvEnableNetstackLocalForwarding = "NB_ENABLE_NETSTACK_LOCAL_FORWARDING"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var errNatNotSupported = errors.New("nat not supported with userspace firewall")
|
||||||
errRouteNotSupported = errors.New("route not supported with userspace firewall")
|
|
||||||
errNatNotSupported = errors.New("nat not supported with userspace firewall")
|
|
||||||
)
|
|
||||||
|
|
||||||
// RuleSet is a set of rules grouped by a string key
|
// RuleSet is a set of rules grouped by a string key
|
||||||
type RuleSet map[string]PeerRule
|
type RuleSet map[string]PeerRule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user