]> git.ipfire.org Git - thirdparty/libvirt.git/commit
The following issues are fixed in the patch below:
authorStefan Berger <stefanb@us.ibm.com>
Fri, 2 Apr 2010 17:21:10 +0000 (13:21 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 2 Apr 2010 17:21:10 +0000 (13:21 -0400)
commitb3e8f9f4156f791f21925a949ac3017b50b2f136
treef848c6db3bdf1abd5d97aee66446b336a8c71253
parente7168f796575af709c428b59a192c747ea8bcca8
The following issues are fixed in the patch below:

- ebtables requires that some of the command line parameters are passed as hex numbers; so have those attributes call a function that prints 16 and 8 bit integers as hex nunbers.

- ip6tables requires '--icmpv6-type' rather than '--icmp-type'

- ebtables complains about protocol identifiers lower than 0x600, so already discard anything lower than 0x600 in the parser

- make the protocol entry types more readable using a #define for its entries

- continue parsing a filtering rule even if a faulty entry is encountered; return an error value at the end and let the caller decide what to do with the rule's object

- fix an error message
src/conf/nwfilter_conf.c
src/nwfilter/nwfilter_ebiptables_driver.c