Changeset 9094


Ignore:
Timestamp:
02/23/08 17:12:45 (5 years ago)
Author:
BrainSlayer
Message:

the only solution is to handle bridged interfaces in a different way. otherwise nas will not find the correct interface. for unbridged interface we have to configure the mac as basemac to allow unicast packets to pass the wireless drivers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/mssid.c

    r9089 r9094  
    7575        { 
    7676          ifconfig (var, IFUP, NULL, NULL); 
    77 //      eval ("ifconfig", var, "down"); 
    78 //      ioctl (s, SIOCSIFHWADDR, &ifr); 
    79 //      eval ("ifconfig", var, "up"); 
     77        eval ("ifconfig", var, "down"); 
     78        ioctl (s, SIOCSIFHWADDR, &ifr); 
     79        eval ("ifconfig", var, "up"); 
    8080          br_add_interface (lan_ifname, var); 
    8181        } 
Note: See TracChangeset for help on using the changeset viewer.