]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix CARP in backup mode by properly registering its hooks for INET and INET6
authorWill Andrews <will@FreeBSD.org>
Mon, 6 Sep 2010 21:06:06 +0000 (21:06 +0000)
committerWill Andrews <will@FreeBSD.org>
Mon, 6 Sep 2010 21:06:06 +0000 (21:06 +0000)
commit15249f73e93334bf0ec87b528e906524a4c461d0
treeedc07678ba61b34d27748d0b4e0de44056145a56
parente24fa11d3ecb855a6e13270975d2e0c87d60c617
Fix CARP in backup mode by properly registering its hooks for INET and INET6
using ipproto_{un,}register() and the newly created ip6proto_{un,}register()
so that it can again receive IPPROTO_CARP packets allowing its state machine
to work.

Reviewed by: bz
Approved by: ken (mentor)
sys/netinet/ip_carp.c