Ignore:
Timestamp:
04/22/09 03:56:03 (4 years ago)
Author:
BrainSlayer
Message:

always use ixp0 here

File:
1 edited

Legend:

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

    r11942 r11975  
    13251325        } 
    13261326    } 
    1327 #ifdef HAVE_WG302 
    13281327    strncpy( ifr.ifr_name, "ixp0", IFNAMSIZ ); 
    1329 #else 
    1330     strncpy( ifr.ifr_name, "ixp1", IFNAMSIZ ); 
    1331 #endif 
    13321328    if (ioctl( s, SIOCGIFHWADDR, &ifr )!=0) 
    13331329        { 
Note: See TracChangeset for help on using the changeset viewer.