]> git.ipfire.org Git - thirdparty/libvirt.git/commit
pass info where request stems from to have rules applied
authorStefan Berger <stefanb@us.ibm.com>
Mon, 3 May 2010 22:11:48 +0000 (18:11 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Mon, 3 May 2010 22:11:48 +0000 (18:11 -0400)
commit5c77fddf4e11644626b4573e279bfbb27f230340
tree45473fc239b6df0696508947d9276d1d7f7255bc
parent9f87b631ce988d9c122c6321db9603d6a6bab93e
pass info where request stems from to have rules applied

For the decision on whether to instantiate the rules, the check for a
pending IP address learn request is not sufficient since then only the
thread could instantiate the rules. So, a boolean needs to be passed
when the thread instantiates the filter rules late and the IP address
learn request is still pending in order to override the check for the
pending learn request. If the rules are to be updated while the thread
is active, this will not be done immediately but the thread will do that
later on.
src/nwfilter/nwfilter_gentech_driver.c