]> git.proxmox.com Git - pve-firewall.git/commit
fix #2686: don't add arp-ip-src filter for dhcp
authorMira Limbeck <m.limbeck@proxmox.com>
Thu, 30 Apr 2020 10:26:41 +0000 (12:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:52:12 +0000 (18:52 +0200)
commitc5a10084b3661fc4410fb97210e2f156bf0890e3
tree3208df973f96180f632fefb1da47e6fe56d1e839
parent4fed896bb1e424d5098ef968aabf3e649c3a12ca
fix #2686: don't add arp-ip-src filter for dhcp

When the IPFilter setting is enabled and the container has DHCP
configured on an interface no 'arp-ip-src' filter should be added as we
don't have an IP address.
Previously '--arp-ip-src dhcp' was passed to ebtables which led to an error.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
src/PVE/Firewall.pm