Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2006 17:12:11 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if.c if_var.h src/sys/netinet ip_output.c
Message-ID:  <200609061712.k86HCBK6038511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2006-09-06 17:12:10 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_var.h 
    sys/netinet          ip_output.c 
  Log:
  Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()
  and skip over the normal IP processing.
  
  Add a supporting function ifa_ifwithbroadaddr() to verify and validate the
  supplied subnet broadcast address.
  
  PR:             kern/99558
  Tested by:      Andrey V. Elsukov <bu7cher-at-yandex.ru>
  Sponsored by:   TCP/IP Optimization Fundraise 2005
  MFC after:      3 days
  
  Revision  Changes    Path
  1.262     +27 -0     src/sys/net/if.c
  1.109     +1 -0      src/sys/net/if_var.h
  1.260     +11 -2     src/sys/netinet/ip_output.c



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