diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 40879f6660..16231abacc 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -281,7 +281,7 @@ include("head.inc");
| =gettext("Mode"); ?> |
-
+
=gettext("Local Subnet"); ?> |
=gettext("Remote Subnet"); ?> |
@@ -317,11 +317,11 @@ include("head.inc");
=$spane;?>
"tunnel") {
+ if(($ph2ent['mode'] <> "tunnel") and ($ph2ent['mode'] <> "tunnel6")) {
echo " | | ";
}
?>
-
+
=$spans;?>
=ipsec_idinfo_to_text($ph2ent['localid']); ?>
|