Changeset 8789


Ignore:
Timestamp:
01/17/08 17:00:26 (5 years ago)
Author:
BrainSlayer
Message:

fixup for bad interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/igmp-proxy/util.c

    r8742 r8789  
    194194        if (upstream_interface_lookup(p) == 0 && strncmp(p, "br", 2) != 0) 
    195195          { 
    196             if (nvram_nmatch("1","%s_bridged",p)) 
     196            if (!nvram_nmatch("0","%s_bridged",p)) 
    197197                continue; 
    198198            if (nvram_nmatch("0","%s_multicast",p)) 
Note: See TracChangeset for help on using the changeset viewer.