Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 16:36:15 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet raw_ip.c src/sys/netinet6 raw_ip6.c
Message-ID:  <201005021637.o42Gb8YY035189@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-05-02 16:36:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          raw_ip.c 
    sys/netinet6         raw_ip6.c 
  Log:
  SVN rev 207515 on 2010-05-02 16:36:15Z by bz
  
  MFC r207277:
    Enhance the historic behaviour of raw sockets and jails in a way
    that we allow all possible jail IPs as source address rather than
    forcing the "primary". While IPv6 naturally has source address
    selection, for legacy IP we do not go through the pain in case
    IP_HDRINCL was not set. People should bind(2) for that.
  
    This will, for example, allow ping(|6) -S to work correctly for
    non-primary addresses.
  
    Reported by:  (ten 211.ru)
    Tested by:    (ten 211.ru)
  
  Revision   Changes    Path
  1.220.2.9  +18 -5     src/sys/netinet/raw_ip.c
  1.111.2.4  +1 -1      src/sys/netinet6/raw_ip6.c



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