Your message dated Wed, 28 Aug 2019 11:51:09 +0200
with message-id <[email protected]>
and subject line Re: nftables: lacks documentation
has caused the Debian Bug report #935858,
regarding nftables: lacks documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
935858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935858
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nftables
Version: 0.9.1-2~bpo10+1
Severity: important

All of the documentation I have uncovered online completely use
things like,

->  eg, take this nft add rule line
nft add rule inet filter input counter drop

Here there's two problems when trying to do this on Debian.

1) Debian uses "nft add rule ip"  and not "nft add rule inet"

2) Debian uses "INPUT" << capitals for the chain name and not small caps.
 (small caps for the chain name also does not work on Debian's nft)

Debian needs to document these changes in /usr/share/doc/nftables/README.Debian
--- End Message ---
--- Begin Message ---
Control: tags -1 wontfix

On Mon, 26 Aug 2019 20:26:50 -0400 westlake <[email protected]> wrote:
> Package: nftables
> Version: 0.9.1-2~bpo10+1
> Severity: important
> 
> All of the documentation I have uncovered online completely use
> things like,
> 
> ->  eg, take this nft add rule line
> nft add rule inet filter input counter drop
> 
> Here there's two problems when trying to do this on Debian.
> 
> 1) Debian uses "nft add rule ip"  and not "nft add rule inet"
> 
> 2) Debian uses "INPUT" << capitals for the chain name and not small caps.
>   (small caps for the chain name also does not work on Debian's nft)
> 
> Debian needs to document these changes in 
> /usr/share/doc/nftables/README.Debian
> 

1) nft allows one to specify with address family to work with. See ADDRESS
FAMILIES in the manpage or
https://wiki.nftables.org/wiki-nftables/index.php/Nftables_families

2) chain names are totally arbitrary. They can be either lower case or upper
case. This is properly documented in the manpage as well, and also in
https://wiki.nftables.org/wiki-nftables/index.php/Configuring_chains

I don't see any actionable here. Closing bug now.

Thanks for your report though!

--- End Message ---

Reply via email to