[Bug 1349] New: "nft list ruleset" shows rules twice

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Fri Jul 5 16:03:45 CEST 2019


https://bugzilla.netfilter.org/show_bug.cgi?id=1349

            Bug ID: 1349
           Summary: "nft list ruleset" shows rules twice
           Product: nftables
           Version: unspecified
          Hardware: x86_64
                OS: Debian GNU/Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: nft
          Assignee: pablo at netfilter.org
          Reporter: ElevatorCatalyst at protonmail.com

Command output of "nft list ruleset" shows rule entries (but not tables/chains
etc) twice, ruleset which is loaded before does not contain double entries:

### sample ruleset ###
table ip filter {
    chain input {
        type filter hook input priority 0; policy drop;
        iif "lo" accept
        ct state established,related accept
    }

### "nft list ruleset" output ###
table ip filter {
    chain input {
        type filter hook input priority 0; policy drop;
        iif "lo" accept
        ct state established,related accept
        iif "lo" accept
        ct state established,related accept
    }

###

-- 
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/20190705/040e7264/attachment.html>


More information about the netfilter-buglog mailing list