Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2001 12:42:50 -0700 (PDT)
From:      "Daniel C. Sobral" <dcs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <200110051942.f95Jgos55752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dcs         2001/10/05 12:42:50 PDT

  Modified files:        (Branch: RELENG_4)
    sys/netinet          ip_output.c 
  Log:
  MFC: revisions 1.128-1.132.
  
  Allow multicast packets to be sent in the absence of a default or
  multicast network route if an interface was specified.
  
  If the interface has no address, use 0.0.0.0 as address (only in the case
  above).
  
  Avoid code that depends variables not set in this new code path.
  
  Revision   Changes    Path
  1.99.2.17  +23 -17    src/sys/netinet/ip_output.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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