Skip to content

Commit 1a3683f

Browse files
committed
Remove unused const
1 parent 98a7f89 commit 1a3683f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/firewall/nftables/acl_linux.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ const (
2929
chainNameForwardFilter = "netbird-acl-forward-filter"
3030
chainNameManglePrerouting = "netbird-mangle-prerouting"
3131
chainNameManglePostrouting = "netbird-mangle-postrouting"
32-
33-
allowNetbirdInputRuleID = "allow Netbird incoming traffic"
3432
)
3533

3634
const flushError = "flush: %w"

0 commit comments

Comments
 (0)