libvirt/src/nwfilter
Stefan Berger aea68ce906 nwfilter: add support for RAPR protocol
This patch adds support for the RARP protocol. This may be needed due to
qemu sending out a RARP packet (at least that's what it seems to want to
do even though the protocol id is wrong) when migration finishes and
we'd need a rule to let the packets pass.

Unfortunately my installation of ebtables does not understand -p RARP
and also seems to otherwise depend on strings in /etc/ethertype
translated to protocol identifiers. Therefore I need to pass -p 0x8035
for RARP. To generally get rid of the dependency of that file I switch
all so far supported protocols to use their protocol identifier in the
-p parameter rather than the string.

I am also extending the schema and added a test case.

changes from v1 to v2:
- added test case into patch
2010-04-27 07:26:12 -04:00
..
nwfilter_driver.c Fix crash in nwfilter driver check 2010-04-23 11:06:30 +01:00
nwfilter_driver.h filter new files through cppi, so syntax-check passes once again 2010-03-26 22:47:30 +01:00
nwfilter_ebiptables_driver.c nwfilter: add support for RAPR protocol 2010-04-27 07:26:12 -04:00
nwfilter_ebiptables_driver.h Extend fwall-drv interface and call functions via interface 2010-04-20 17:07:15 -04:00
nwfilter_gentech_driver.c Changes from V1 to V2: 2010-04-22 14:58:57 -04:00
nwfilter_gentech_driver.h Changes from V1 to V2: 2010-04-22 14:58:57 -04:00
nwfilter_learnipaddr.c Changes from V1 to V2: 2010-04-22 14:58:57 -04:00
nwfilter_learnipaddr.h Changes from V1 to V2: 2010-04-22 14:58:57 -04:00