mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
8125c172a3
commit
1b081fd9da
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user