summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-01-12 21:09:47 -0500
committerjim-p <jimp@pfsense.org>2017-01-12 21:12:28 -0500
commite09556b28e9ea933f6409e9307f606077da14679 (patch)
treec27bdc61720c2c100130ae91a15416b99e1a9f38
parentc80b16b717450c0075b0a2e6504e16be5af2b604 (diff)
downloadpfsense-e09556b28e9ea933f6409e9307f606077da14679.zip
pfsense-e09556b28e9ea933f6409e9307f606077da14679.tar.gz
Add IPsec to the state table interface list.
-rw-r--r--src/usr/local/www/diag_dump_states.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index bbe0cc2..7a7264e 100644
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -150,6 +150,7 @@ $form = new Form(false);
$section = new Form_Section('State Filter', 'secfilter', COLLAPSIBLE|SEC_OPEN);
$iflist = get_configured_interface_with_descr();
+$iflist['enc0'] = "IPsec";
$iflist['lo0'] = "lo0";
$iflist['all'] = "all";
if (isset($_POST['interface']))
OpenPOWER on IntegriCloud