1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.

Sponsored by:	Rambler
This commit is contained in:
Gleb Smirnoff 2005-02-25 10:12:11 +00:00
parent 1e9e65729b
commit 39aeaa0eb5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142447

View File

@ -1600,7 +1600,7 @@ carp_set_addr6(struct carp_softc *sc, struct sockaddr_in6 *sin6)
sc->sc_ac.ac_if.if_flags |= IFF_UP;
if (own)
sc->sc_advskew = 0;
carp_set_state(sc, INIT);
carp_carpdev_state(cif);
carp_setrun(sc, 0);
return (0);