mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Only show fast routing option if pf is disabled (routing only mode).
This commit is contained in:
parent
58eb3a7318
commit
18d4df52ee
@ -98,7 +98,9 @@ if ($_GET['act'] == "del") {
|
||||
<?php endif; ?>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<?php if($config['system']['disablefilter'] <> "") :?>
|
||||
<tr><td width="2%"><input type="checkbox" name="enablefastrouting" id="enablefastrouting" <?php if($config['staticroutes']['enablefastrouting'] == "enabled") echo " checked"; ?>></td><td><b>Enable fast routing</td></tr>
|
||||
<?php endif ?>
|
||||
<tr><td colspan=2><hr><input type="submit" value="Save"></td></tr>
|
||||
</table><br>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user