summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-12-23 14:18:44 -0500
committerjim-p <jimp@pfsense.org>2010-12-23 14:19:09 -0500
commitc6c26178a55f360863447d1db98fb0ffa385e8cb (patch)
tree182402bd79b31528d370eadebd928645d477b59e /usr
parent60b66b602e4cae1d9baf7f608841ae15aaa2d5e1 (diff)
downloadpfsense-c6c26178a55f360863447d1db98fb0ffa385e8cb.zip
pfsense-c6c26178a55f360863447d1db98fb0ffa385e8cb.tar.gz
Add OSPF to firewall rule protocol choices
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 019862f..2095554 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -727,7 +727,7 @@ include("head.inc");
<td width="78%" class="vtable">
<select <?=$edit_disabled;?> name="proto" class="formselect" onchange="proto_change()">
<?php
- $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IGMP any carp pfsync");
+ $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IGMP OSPF any carp pfsync");
foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected"; ?>><?=htmlspecialchars($proto);?></option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud