Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2010 21:06:06 +0000 (UTC)
From:      Will Andrews <will@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_carp.c
Message-ID:  <201009062106.o86L6JSl048104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
will        2010-09-06 21:06:06 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_carp.c 
  Log:
  SVN rev 212266 on 2010-09-06 21:06:06Z by will
  
  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)
  
  Revision  Changes    Path
  1.81      +15 -0     src/sys/netinet/ip_carp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009062106.o86L6JSl048104>