Skip to content
  • Leigh B. Stoller's avatar
    Add new syntax for modifying a link in link_config (with changes in · 1dfb77af
    Leigh B. Stoller authored
    the link agent). You can now do this:
    
    	link_config -s nodew1 testbed three-wireless lan0 ENABLE=yes
    
    to bring a link up (or down; ENABLE=no). This just gets passed along
    in the event arguments. Basically an alias for "tevc now lan0 UP/DOWN"
    to make things a little easier. At present, wireless lans are brought
    up/down with ifconfig since "txpower off" does not work properly.
    
    I suppose I should add the equivalent changes to delay_config ...
    1dfb77af