Skip to content

Commit

Permalink
bw/bundles/nftables: improve handling for icmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsi committed Sep 23, 2024
1 parent f430bb1 commit 9d291d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bundlewrap/bundles/nftables/files/nftables.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ table inet filter {

icmp type timestamp-request drop
icmp type timestamp-reply drop
ip protocol icmp accept
meta l4proto {icmp, ipv6-icmp} accept

ip6 nexthdr ipv6-icmp accept
% for ruleset, rules in sorted(input.items()):

# ${ruleset}
Expand Down

0 comments on commit 9d291d5

Please sign in to comment.