cvs commit: src/sbin/routed defs.h if.c main.c output.c rdisc.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Jul 30 18:19:38 UTC 2008


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


More information about the cvs-src mailing list