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
..
2009-10-06 11:12:53 +01:00
2009-10-09 13:01:22 +01:00
2009-11-06 16:05:18 +01:00
2009-11-06 16:05:18 +01:00
2009-11-06 16:05:18 +01:00
2009-11-06 16:05:18 +01:00
2010-02-21 14:56:23 +01:00
2009-09-22 12:55:39 +02:00
2009-09-22 12:55:39 +02:00
2009-12-03 15:27:24 +01:00
2009-09-22 12:55:39 +02:00
2009-07-16 15:06:42 +02:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2010-02-04 19:09:28 +01:00
2010-02-21 14:56:23 +01:00
2010-03-31 15:18:13 -06:00
2010-04-12 19:39:20 +02:00
2009-07-29 09:04:21 +01:00
2009-04-15 20:42:50 +00:00
2008-04-24 09:44:00 +00:00
2008-09-18 09:00:10 +00:00