branch: externals/nftables-mode commit 3e9c8cf90725fce52d9efae791c62a9d20ab2b7c Author: Trent W. Buck <trentb...@gmail.com> Commit: Trent W. Buck <trentb...@gmail.com>
fixup! typo fixes (thanks mattcen) --- nftables-host.nft | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nftables-host.nft b/nftables-host.nft index ceaa658e62..a7e17e117a 100644 --- a/nftables-host.nft +++ b/nftables-host.nft @@ -55,7 +55,7 @@ #### NOTE: iptables ALWAYS counts how many packets/bytes hit every chain and rule. #### nftables makes this OPT IN, e.g. change "accept" to "counter accept". #### iptables-save -c would print "[pkts:bytes] -A ...". -#### nftables list rulset will print "... counter packgets 12 bytes 34 ...". +#### nftables list ruleset will print "... counter packgets 12 bytes 34 ...". #### #### Since counters are useful during debugging but not production, #### I have left them out of this example. @@ -153,6 +153,6 @@ table inet my_filter { } # This is here to aid debugging. -# Note that its output WILL NOT MATCH a later "nft list rulset". +# 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