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