Setup ebtables only for mac filtered setups
authorDimitris Aragiorgis <dimara@grnet.gr>
Thu, 27 Feb 2014 15:35:58 +0000 (17:35 +0200)
committerDimitris Aragiorgis <dimara@grnet.gr>
Thu, 27 Feb 2014 15:49:27 +0000 (17:49 +0200)
commit054ff79a2d432e5c212a95d0654e6a155f2c8af5
tree7b51f02d0bb00772d617254d5511107cecb4c9ae
parent52366a2383cf046632fdc414a74763e316393f05
Setup ebtables only for mac filtered setups

We used to drop DHCP requests for all bridged setups in case of
nfdhcpd. This requires ebtables setup for private vlans as well.

Dropping DHCP requests in case of nfdhcpd is not really needed
because they are dropped in user space
(payload.set_verdict(nfqueue.NF_DROP)) if a binding file exists.

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
kvm-vif-bridge