Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2009 12:07:29 +0000 (UTC)
From:      Jamie Gritton <jamie@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifgroup.c src/sys/net if.c
Message-ID:  <200903231211.n2NCB5qj089348@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jamie       2009-03-23 12:07:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/ifconfig        ifclone.c ifconfig.c ifgroup.c 
    sys/net              if.c 
  Log:
  SVN rev 190318 on 2009-03-23 12:07:29Z by jamie
  
  MFC:
  
   r189864:
     Default to AF_LOCAL instead of AF_INET sockets for non-family-specific
     operations.  This allows the query operations to work in non-IPv4 jails,
     and will be necessary in a future of possible non-INET networking.
     (reprise r189970)
  
   r190151:
     Call the interface's if_ioctl from ifioctl(), if the protocol didn't
     handle the ioctl.  There are other paths that already call it, but this
     allows for a non-interface socket (like AF_LOCAL which ifconfig now
     uses) to use a broader class of interface ioctls.
  
  Approved by:    bz (mentor)
  
  Revision    Changes    Path
  1.3.2.4     +2 -2      src/sbin/ifconfig/ifclone.c
  1.134.2.5   +12 -10    src/sbin/ifconfig/ifconfig.c
  1.2.2.3     +2 -2      src/sbin/ifconfig/ifgroup.c
  1.273.2.10  +5 -0      src/sys/net/if.c



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