[libvirt] [PATCH] net: use newer iptables syntax

Stefan Seyfried seife at b1-systems.de
Mon Mar 25 19:39:40 UTC 2013


Hi all,

iptables-1.4.18 removed the long deprecated "state" match.
Use "conntrack" instead in forwarding rules.
Fixes openSUSE bug https://bugzilla.novell.com/811251 #811251.

real patch is attached as I'm pretty sure that thunderbird will mess it
up otherwise :(

Basically it's

	s/--match state/--match conntrack/
	s/--state /--ctstate/

in src/til/viriptables.c

Best regards,

	Stefan
-- 
Stefan Seyfried
Linux Consultant & Developer
Mail: seyfried at b1-systems.de GPG Key: 0x731B665B

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-net-use-newer-iptables-syntax.patch
Type: text/x-patch
Size: 1884 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130325/a3fa02d0/attachment-0001.bin>


More information about the libvir-list mailing list