Re: [libvirt] PATCH: Fix removal of iptables FORWARD rules

2008-05-21 Thread Richard W.M. Jones
On Tue, May 20, 2008 at 09:44:01PM +0100, Daniel P. Berrange wrote: > The previous patch to add routed networking broke the removal of one of the > FORWARD rules at shutdown. It was adding > > /sbin/iptables --table filter --insert FORWARD > --destination 192.168.122.0/255.255.255.0 > -

[libvirt] PATCH: Fix removal of iptables FORWARD rules

2008-05-20 Thread Daniel P. Berrange
The previous patch to add routed networking broke the removal of one of the FORWARD rules at shutdown. It was adding /sbin/iptables --table filter --insert FORWARD --destination 192.168.122.0/255.255.255.0 --out-interface virbr0 --match state --state ESTABLISHED,RELATED --jump ACCE