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-fonera.c

    r18706 r18928  
    125125        struct ifreq ifr; 
    126126        if (getRouterBrand() == ROUTER_BOARD_FONERA2200) { 
    127                 eval("ifconfig", "eth0", "up", "promisc");      // required for vlan config 
     127//              eval("ifconfig", "eth0", "up", "promisc");      // required for vlan config 
    128128                eval("/sbin/vconfig", "set_name_type", "VLAN_PLUS_VID_NO_PAD"); 
    129129                eval("/sbin/vconfig", "add", "eth0", "0"); 
Note: See TracChangeset for help on using the changeset viewer.