Displaying 2 results from an estimated 2 matches for "ipt2".
Did you mean:
ip32
2013 Jun 20
0
[Bug 790] Normalize iptables rules
...|Added
----------------------------------------------------------------------------
CC| |netfilter at linuxace.com
--- Comment #4 from Phil Oester <netfilter at linuxace.com> 2013-06-20 19:37:44 CEST ---
Which application created ipt1.iptables and ipt2.iptables output?
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
2013 Jun 24
0
[Bug 790] Normalize iptables rules
https://bugzilla.netfilter.org/show_bug.cgi?id=790
--- Comment #5 from Andor <tothandor at gmail.com> 2013-06-24 11:34:44 CEST ---
ipt1 is an output of a firewall script mainly edited by hand, where parameters
order may vary.
ipt2 is the output of iptables-save, where parameters are strictly ordered.
As written before, the difference in parameter order spoils the comparison of
two rulesets, and gives false differences.
Also parameter parsing is complex, thus they could not be simply sorted or
reparsed the same way iptables...