mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-21 07:51:29 +02: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