diff --git a/html/cgi-bin/optionsfw.cgi b/html/cgi-bin/optionsfw.cgi index 36e592929..37d18ce4f 100644 --- a/html/cgi-bin/optionsfw.cgi +++ b/html/cgi-bin/optionsfw.cgi @@ -88,6 +88,9 @@ if (!$settings{'FWBRIDGEIP'}) { if (!$settings{'FWBRIDGEMASK'}) { $settings{'FWBRIDGEMASK'} = '0.0.0.0'; } +if (!$settings{'BRIDGENETFILTER'}) { + $settings{'BRIDGENETFILTER'} = 'off'; +} if (!$settings{'MASQUERADE_GREEN'}) { $settings{'MASQUERADE_GREEN'} = 'on'; } @@ -182,6 +185,9 @@ $selected{'MASQUERADE_BLUE'}{$settings{'MASQUERADE_BLUE'}} = 'selected="selected $selected{'FWBRIDGEMODE'}{'off'} = ''; $selected{'FWBRIDGEMODE'}{'on'} = ''; $selected{'FWBRIDGEMODE'}{$settings{'FWBRIDGEMODE'}} = 'selected="selected"'; +$selected{'BRIDGENETFILTER'}{'off'} = ''; +$selected{'BRIDGENETFILTER'}{'on'} = ''; +$selected{'BRIDGENETFILTER'}{$settings{'BRIDGENETFILTER'}} = 'selected="selected"'; &Header::openbox('100%', 'center',); print "