Changeset 8830


Ignore:
Timestamp:
01/23/08 00:00:35 (5 years ago)
Author:
BrainSlayer
Message:

show this option only for unbridged interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/httpd/modules/dd-wrt.c

    r8821 r8830  
    38313831showbridgesettings (webs_t wp, char *var) 
    38323832{ 
    3833   char mcast[32]; 
    3834   sprintf (mcast, "%s_multicast", var); 
    3835   nvram_default_get(mcast,"0"); 
    3836   showOption (wp, "wl_basic.multicast", mcast); 
    38373833   
    38383834  websWrite (wp, 
     
    38563852 
    38573853  websWrite (wp, "<div id=\"%s_idnetvifs\">\n", vvar); 
     3854  char mcast[32]; 
     3855  sprintf (mcast, "%s_multicast", var); 
     3856  nvram_default_get(mcast,"0"); 
     3857  showOption (wp, "wl_basic.multicast", mcast); 
    38583858  websWrite (wp, "<div class=\"setting\">\n"); 
    38593859  websWrite (wp, 
Note: See TracChangeset for help on using the changeset viewer.