Changeset 13436


Ignore:
Timestamp:
12/09/09 19:18:48 (4 years ago)
Author:
BrainSlayer
Message:

identical mac addresses for LAN/WAN/Wireless per specification

Location:
src/router/services/sysinit
Files:
2 edited

Legend:

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

    r13349 r13436  
    127127                        copy[2], copy[3], 
    128128                        copy[4], copy[5]); 
    129                 MAC_ADD(mac); 
    130129                fprintf(stderr, "configure eth0 to %s\n", mac); 
    131130                eval("ifconfig", "eth0", "hw", "ether", mac); 
    132                 MAC_ADD(mac); 
    133131                fprintf(stderr, "configure eth1 to %s\n", mac); 
    134132                eval("ifconfig", "eth1", "hw", "ether", mac); 
  • src/router/services/sysinit/sysinit-whrhpgn.c

    r13407 r13436  
    126126                        copy[2], copy[3], 
    127127                        copy[4], copy[5]); 
    128                 MAC_ADD(mac); 
    129128                fprintf(stderr, "configure eth0 to %s\n", mac); 
    130129                eval("ifconfig", "eth0", "hw", "ether", mac); 
    131                 MAC_ADD(mac); 
    132130                fprintf(stderr, "configure eth1 to %s\n", mac); 
    133131                eval("ifconfig", "eth1", "hw", "ether", mac); 
Note: See TracChangeset for help on using the changeset viewer.