bms         2006-09-25 11:53:55 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_carp.c 
  Log:
  Fix an incompatibility between CARP and IPv4 multicast routing, whereby
  the VRRPv2 advertisements will originate from the wrong source address.
  This only affects kernels compiled with MROUTING and after the MRT_INIT
  ioctl() has been issued.
  Set imo_multicast_vif in carp's softc to the invalid value -1 after it is
  zeroed by softc allocation, to stop the ip_output() path looking up the
  incorrect source address thinking a vif is set.
  
  PR:             kern/100532
  Submitted by:   Bohus Plucinsky
  MFC after:      1 week
  
  Revision  Changes    Path
  1.43      +1 -0      src/sys/netinet/ip_carp.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to