Changeset 12003


Ignore:
Timestamp:
04/24/09 19:28:27 (4 years ago)
Author:
BrainSlayer
Message:

correct wan interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/services/igmp.c

    r11881 r12003  
    6565        else 
    6666        { 
    67         fprintf( fp, "quickleave\nphyint %s upstream  ratelimit 0  threshold 1\n",nvram_safe_get( "wan_iface" ) ); 
     67        fprintf( fp, "quickleave\nphyint %s upstream  ratelimit 0  threshold 1\n",get_wan_face() ); 
    6868        } 
    6969    if( nvram_match( "block_multicast", "0" ) ) 
Note: See TracChangeset for help on using the changeset viewer.