[Bug 2065513] Re: iptables-save not showing default chains

2024-05-14 Thread Oibaf
I compiled iptables from source and it's still the same. I'd suggest to report it here: https://bugzilla.netfilter.org/enter_bug.cgi?product=iptables -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065

[Bug 2065513] Re: iptables-save not showing default chains

2024-05-13 Thread Vishal Kharade
iptables-save -t option is for specific table by default iptables-save should print all the table which is not showing in any ubuntu even on LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065513

[Bug 2065513] Re: iptables-save not showing default chains

2024-05-13 Thread Oibaf
It looks like only the tables which has some rules get printed. However, you can force the empty tables adding -t tablename, for example: $ sudo iptables-save -t filter The counter all looks 0:0, however. -- You received this bug notification because you are a member of Ubuntu Bugs, which is su