nwfilter: enable rejection of packets

This patch adds the possibility to not just drop packets, but to also have them rejected where iptables at least sends an ICMP msg back to the originator. On ebtables this again maps into dropping packets since rejecting is not supported.

I am adding 'since 0.8.9' to the docs assuming this will be the next version of libvirt.
This commit is contained in:
Stefan Berger
2011-02-18 20:13:40 -05:00
parent acab8a97ce
commit 912d170f87
5 changed files with 24 additions and 7 deletions

View File

@@ -839,6 +839,7 @@
<choice>
<value>drop</value>
<value>accept</value>
<value>reject</value>
</choice>
</define>