Petr Horáček has uploaded a new change for review. Change subject: hook: fix macspoof hook ......................................................................
hook: fix macspoof hook The hook should be build with default VDSM build. Enabling mac-spoofing is required for the appliance specifically for dhcp agent which is connected to the networks bridge by a port (one or more dhcp agent per network). In order for packets not to be blocked by ebtable rules (introduced by nwfilter), mac-spoof should be enabled. Change-Id: I924ba6e85f7299c72724c8b20a0e64d7b197ca23 Bug-Url: https://bugzilla.redhat.com/1139155 Signed-off-by: Petr Horáček <[email protected]> --- M vdsm_hooks/Makefile.am 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/17/32817/1 diff --git a/vdsm_hooks/Makefile.am b/vdsm_hooks/Makefile.am index 5e4d731..028d25a 100644 --- a/vdsm_hooks/Makefile.am +++ b/vdsm_hooks/Makefile.am @@ -18,7 +18,7 @@ # Refer to the README and COPYING files for full details of the license # -SUBDIRS = ethtool_options faqemu vhostmd qemucmdline openstacknet +SUBDIRS = ethtool_options faqemu vhostmd qemucmdline openstacknet macspoof include $(top_srcdir)/build-aux/Makefile.subs @@ -35,7 +35,6 @@ hugepages \ isolatedprivatevlan \ macbind \ - macspoof \ nestedvt \ numa \ pincpu \ -- To view, visit http://gerrit.ovirt.org/32817 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I924ba6e85f7299c72724c8b20a0e64d7b197ca23 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
