Ignore:
Timestamp:
04/05/12 22:09:05 (14 months ago)
Author:
BrainSlayer
Message:

work in progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit-ca8.c

    r18501 r18928  
    9797        struct ifreq ifr; 
    9898        if (getRouterBrand() == ROUTER_BOARD_CA8PRO) { 
    99                 eval("ifconfig", "eth0", "up", "promisc");      // required for vlan config 
     99//              eval("ifconfig", "eth0", "up", "promisc");      // required for vlan config 
    100100                eval("/sbin/vconfig", "set_name_type", "VLAN_PLUS_VID_NO_PAD"); 
    101101                eval("/sbin/vconfig", "add", "eth0", "0"); 
Note: See TracChangeset for help on using the changeset viewer.