Backout the snmp_bridge option. We can add it back when snmp_bridge.so

makes it into releng_1 bsnmpd.
This commit is contained in:
Seth Mos 2007-03-04 21:18:17 +00:00
parent 8125c172a3
commit 1b081fd9da

View File

@ -365,8 +365,6 @@ function enable_change(whichone) {
<input name="pf" type="checkbox" id="pf" value="yes" <?php if ($pconfig['pf']) echo "checked"; ?> >PF
<br />
<input name="hostres" type="checkbox" id="hostres" value="yes" <?php if ($pconfig['hostres']) echo "checked"; ?> >Host Resources
<br />
<input name="bridge" type="checkbox" id="bridge" value="yes" <?php if ($pconfig['bridge']) echo "checked"; ?> >Bridge
</td>
</tr>
<tr>