Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2010 20:23:47 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ifconfig ifconfig.c src/sys/dev/usb usb_pf.c src/sys/net if.h
Message-ID:  <201012072025.oB7KP3He034448@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2010-12-07 20:23:47 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifconfig.c 
    sys/dev/usb          usb_pf.c 
    sys/net              if.h 
  Log:
  SVN rev 216267 on 2010-12-07 20:23:47Z by weongyo
  
  Introduces IFF_CANTCONFIG interface flag to point that the interface
  isn't configurable in a meaningful way.  This is for ifconfig(8) or
  other tools not to change code whenever IFT_USB-like interfaces are
  registered at the interface list.
  
  Reviewed by:    brooks
  No objections:  gavin, jkim
  
  Revision  Changes    Path
  1.156     +2 -2      src/sbin/ifconfig/ifconfig.c
  1.8       +1 -0      src/sys/dev/usb/usb_pf.c
  1.128     +1 -1      src/sys/net/if.h



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