cvs commit: src/sbin/ifconfig ifvlan.c

Yar Tikhiy yar at FreeBSD.org
Thu Mar 9 14:58:10 UTC 2006


yar         2006-03-09 14:58:09 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifvlan.c 
  Log:
  Revert to setting vlan and vlandev parametes synchronously, as soon
  as both have been read from the command line.  Still use the callback,
  but this time only to verify that both vlan and vlandev have been
  found on the command line.
  
  This should allow for control over the relative order of processing
  parameters, which is needed to satisfy some caveats of the if_vlan
  driver.  E.g., MTU cannot be changed on a vlan interface until it's
  attached to its parent.
  
  PR:             bin/94028
  Reviewed by:    ru
  MFC after:      3 days
  
  Revision  Changes    Path
  1.11      +9 -0      src/sbin/ifconfig/ifvlan.c


More information about the cvs-src mailing list