[Bug 1236] Services list is confusingly different from the /etc/services
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon Mar 26 11:58:05 CEST 2018
https://bugzilla.netfilter.org/show_bug.cgi?id=1236
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Hi,
(In reply to Robin McCorkell from comment #0)
> [...] I expect the service mapping to be identical to /etc/services, and
> not have a custom, incomplete and incompatible service list.
For the record, you can get the list of defined services via:
# nft describe tcp dport
If you're missing standard services, we can add them to the existing list.
If you need custom services, you can probably use variables instead:
define service_x = 456
We can also add infrastructure to allow people to define custom services in a
way that is self-contained, ie. from inside nftables policy file.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20180326/cb4c57b5/attachment.html>
More information about the netfilter-buglog
mailing list