Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modes
authormpi <mpi@openbsd.org>
Tue, 19 Jul 2016 16:08:46 +0000 (16:08 +0000)
committermpi <mpi@openbsd.org>
Tue, 19 Jul 2016 16:08:46 +0000 (16:08 +0000)
commit074f323e9e5c320daf477baf2c270a9a397249a5
treee4828b96461590ccc5a2dd30cdd5f76d80dcd4d3
parent0b43e8a007004fb0db97faad52cbb4600f218252
Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modes
from leaking the multicast address.

beck@ found the hard way that this made his second CARP master use a
wrong MAC address.

This is part of a bigger diff from Florian Riehm who is currently
working on a proper solution to fix balancing modes.

ok beck@, bluhm@
sys/netinet/ip_carp.c