summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-03-31 15:04:28 -0400
committerjim-p <jimp@pfsense.org>2015-03-31 15:05:09 -0400
commitd6710783a2a4593ef1058ceaa86304632aae770e (patch)
tree6be9afd634be9a2bc10c8f0232b0092d8dfb3039
parent887f2517a38c151b040c1a1b28d41e79a7611b61 (diff)
downloadpfsense-d6710783a2a4593ef1058ceaa86304632aae770e.zip
pfsense-d6710783a2a4593ef1058ceaa86304632aae770e.tar.gz
Add SCTP to protocol list for filtering.
-rw-r--r--usr/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 24be80d..1e438c1 100644
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -993,7 +993,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 IPV6 IGMP PIM OSPF any carp pfsync");
+ $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF SCTP any carp pfsync");
foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($proto);?></option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud