summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-03 02:32:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-03 02:32:26 +0000
commitf7ad479f8f46292582e1900e22ee7b9083826c2c (patch)
tree7fe04f5797c437258b5e80cbdf091277b2794b20 /usr
parent3216d4ba9c22fb783f65a528db2ec71c74ba9a88 (diff)
downloadpfsense-f7ad479f8f46292582e1900e22ee7b9083826c2c.zip
pfsense-f7ad479f8f46292582e1900e22ee7b9083826c2c.tar.gz
Backout this commit until I can further control the outgoing ip.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_ipsec.php20
1 files changed, 1 insertions, 19 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index a5e302a..f2c2767 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -133,25 +133,7 @@ if ($_GET['act'] == "del") {
<strong>Enable VPN IP Compression<br>
</strong></p>
</td>
- <td class="vtable"><p><span class="vexpl"> </span>
- <select name="interface">
- <?php
- $iflist = get_friendly_interface_list_as_array();
- <option value="">ALL</option>
- foreach ($iflist as $ifa): ?>
- <?php
- $friendly = convert_real_interface_to_friendly_interface_name($ifa);
- $ip = find_interface_ip($ifa);
- $SELECTED="";
- if($config['ipsec']['interface'] == $ifa) $SELECTED = " SELECTED";
- ?>
- <option value="<?php echo $ifa; ?>"<?=$SELECTED?>><?=$ip?> - <?=$friendly?> - <?=$ifa?></option>
- <?php endforeach; ?>
- </select>
- <strong>Listening interface<br>
- </strong></p>
- </td>
- </tr>
+ </tr>
<tr>
<td> <input name="submit" type="submit" class="formbtn" value="Save">
</td>
OpenPOWER on IntegriCloud