https://bugzilla.netfilter.org/show_bug.cgi?id=790
--- Comment #8 from Phil Oester <netfilter at linuxace.com> 2013-06-28
17:45:18 CEST ---
Have you considered setting up a different network namespace to achieve this?
For instance:
ip netns add test
ip netns exec test iptables-restore < /tmp/ipts
ip netns exec test iptables-save
This would seem to achieve the results you are looking for, without impacting
your primary (active) network setup.
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.