qemu: support live update of an interface's filter
Since we can't (currently) rely on the ability to provide blanket support for all possible network changes by calling the toplevel netdev hostside disconnect/connect functions (due to qemu only supporting a lockstep between initialization of host side and guest side of devices), in order to support live change of an interface's nwfilter we need to make a special purpose function to only call the nwfilter teardown and setup functions if the filter for an interface (or its parameters) changes. The pattern is nearly identical to that used to change the bridge that an interface is connected to. This patch was inspired by a request from Guido Winkelmann <guido@sagersystems.de>, who tested an earlier version.
Showing
-
mentioned in commit 2c84a8f6
-
mentioned in commit 8ff53ba9
-
mentioned in commit 536197ba
-
mentioned in commit cde752a9
-
mentioned in commit 3d376485
-
mentioned in commit 062673a9
-
mentioned in commit b5fbaa64
-
mentioned in commit c75ae0dc
-
mentioned in commit 2f631981
-
mentioned in commit b44def00
-
mentioned in commit ce8262ff
-
mentioned in commit 58721291
-
mentioned in commit 5f109856
想要评论请 注册 或 登录