mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-30 22:26:42 +00:00
Remove unused var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user