bugzilla-daemon at netfilter.org
2021-Feb-17  12:40 UTC
[Bug 1503] New: nft describe inet_proto fails to list pre-defined symbolic constants
https://bugzilla.netfilter.org/show_bug.cgi?id=1503
            Bug ID: 1503
           Summary: nft describe inet_proto fails to list pre-defined
                    symbolic constants
           Product: nftables
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: fmyhr at fhmtech.com
nft accepts symbolic constants for inet_proto: tcp, udp, udplite, esp, ah,
icmp, icmpv6, comp, dccp, sctp. So nft describe should list these, but:
% nft -v
nftables v0.9.8 (E.D.S.)
% nft describe ip protocol
payload expression, datatype inet_proto (Internet protocol) (basetype integer),
8 bits
% nft describe ip6 nexthdr
payload expression, datatype inet_proto (Internet protocol) (basetype integer),
8 bits
% nft describe ah nexthdr
payload expression, datatype inet_proto (Internet protocol) (basetype integer),
8 bits
% nft describe comp nexthdr
payload expression, datatype inet_proto (Internet protocol) (basetype integer),
8 bits
% nft describe ct original protocol
ct expression, datatype inet_proto (Internet protocol) (basetype integer), 8
bits
% nft describe inet_proto
datatype inet_proto (Internet protocol) (basetype integer), 8 bits
-- 
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/20210217/8290c8bf/attachment.html>