Changeset 11295
- Timestamp:
- 12/31/08 18:25:27 (4 years ago)
- Location:
- src/router/services
- Files:
-
- 5 edited
-
networking/network.c (modified) (1 diff)
-
sysinit/sysinit-ca8.c (modified) (1 diff)
-
sysinit/sysinit-dir300.c (modified) (1 diff)
-
sysinit/sysinit-fonera.c (modified) (1 diff)
-
sysinit/sysinit-rcaa01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/networking/network.c
r11294 r11295 2763 2763 { 2764 2764 ioctl( s, SIOCSIFHWADDR, &ifr ); 2765 eval("ifconfig",wan_ifname,"promisc"); // set wan to promisc, since we now have usually different mac addresses on vlans2765 // eval("ifconfig",wan_ifname,"promisc"); // set wan to promisc, since we now have usually different mac addresses on vlans 2766 2766 } 2767 2767 #endif -
src/router/services/sysinit/sysinit-ca8.c
r11292 r11295 127 127 if( getRouterBrand( ) == ROUTER_BOARD_CA8PRO ) 128 128 { 129 eval( "ifconfig", "eth0", "up" ); // required for vlan config129 eval( "ifconfig", "eth0", "up","promisc" ); // required for vlan config 130 130 eval( "/sbin/vconfig", "set_name_type", "VLAN_PLUS_VID_NO_PAD" ); 131 131 eval( "/sbin/vconfig", "add", "eth0", "0" ); -
src/router/services/sysinit/sysinit-dir300.c
r11292 r11295 256 256 if( getRouterBrand( ) == ROUTER_BOARD_FONERA2200 ) 257 257 { 258 eval( "ifconfig", "eth0", "up" ); // required for vlan config258 eval( "ifconfig", "eth0", "up","promisc" ); // required for vlan config 259 259 eval( "/sbin/vconfig", "set_name_type", "VLAN_PLUS_VID_NO_PAD" ); 260 260 eval( "/sbin/vconfig", "add", "eth0", "0" ); -
src/router/services/sysinit/sysinit-fonera.c
r11292 r11295 152 152 if( getRouterBrand( ) == ROUTER_BOARD_FONERA2200 ) 153 153 { 154 eval( "ifconfig", "eth0", "up" ); // required for vlan config154 eval( "ifconfig", "eth0", "up","promisc" ); // required for vlan config 155 155 eval( "/sbin/vconfig", "set_name_type", "VLAN_PLUS_VID_NO_PAD" ); 156 156 eval( "/sbin/vconfig", "add", "eth0", "0" ); -
src/router/services/sysinit/sysinit-rcaa01.c
r11292 r11295 141 141 { 142 142 insmod( "mvswitch" ); 143 eval( "ifconfig", "eth0", "up" ); // required for vlan config143 eval( "ifconfig", "eth0", "up","promisc" ); // required for vlan config 144 144 eval( "/sbin/vconfig", "set_name_type", "VLAN_PLUS_VID_NO_PAD" ); 145 145 eval( "/sbin/vconfig", "add", "eth0", "0" );
Note: See TracChangeset
for help on using the changeset viewer.
