branch: externals/nftables-mode commit 109dfa382a0e8d0f2bb8ce30f721e4801ea3f710 Author: Trent W. Buck <trentb...@gmail.com> Commit: Trent W. Buck <trentb...@gmail.com>
Remove "list ruleset" due to https://bugs.debian.org/982576 --- nftables-host.nft | 4 +++- nftables-router.nft | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nftables-host.nft b/nftables-host.nft index a7e17e117a..11afc39b97 100644 --- a/nftables-host.nft +++ b/nftables-host.nft @@ -155,4 +155,6 @@ table inet my_filter { # This is here to aid debugging. # Note that its output WILL NOT MATCH a later "nft list ruleset". # Also, it is buggy, e.g. the ICMPv6_RFC4890_policy it prints has gibberish in v0.9.1. -list ruleset +# UPDATE: in nftables=0.9.8-3 it sometimes core dumps! https://bugs.debian.org/982576 +# Therefore comment out for now. +#list ruleset diff --git a/nftables-router.nft b/nftables-router.nft index 7140a07db7..58991966be 100644 --- a/nftables-router.nft +++ b/nftables-router.nft @@ -682,4 +682,6 @@ table ip my_nat { # This is here to aid debugging. # Note that its output WILL NOT MATCH a later "nft list ruleset". # Also, it is buggy, e.g. the ICMPv6_RFC4890_policy it prints has gibberish in v0.9.1. -list ruleset +# UPDATE: in nftables=0.9.8-3 it sometimes core dumps! https://bugs.debian.org/982576 +# Therefore comment out for now. +#list ruleset