Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2008 11:56:15 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/routed defs.h if.c main.c output.c rdisc.c
Message-ID:  <200807301819.m6UIJb41003694@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2008-07-30 11:56:15 UTC

  FreeBSD src repository

  Modified files:
    sbin/routed          defs.h if.c main.c output.c rdisc.c 
  Log:
  SVN rev 180993 on 2008-07-30 11:56:15Z by phk
  
  Update routed to use the RFC 3678 protocol-independent multicast API. Use
  IP_MULTICAST_IF with struct ip_mreqn (obtained from Linux) to tell the
  stack which interface index to use for sending IPv4 datagrams.
  
  Submitted by:   bms
  Tested by:      phk
  
  Revision  Changes    Path
  1.19      +0 -15     src/sbin/routed/defs.h
  1.17      +14 -17    src/sbin/routed/if.c
  1.20      +12 -14    src/sbin/routed/main.c
  1.13      +9 -24     src/sbin/routed/output.c
  1.12      +31 -48    src/sbin/routed/rdisc.c



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