summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gre.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-04-07 02:06:07 -0400
committerChris Buechler <cmb@pfsense.org>2009-04-07 02:06:07 -0400
commitb040124aa6d4c40478bb3f2b99a8689d82fbdbf9 (patch)
treee95c9bc4359b5cf76b9c9896f5c991ca298b1f55 /usr/local/www/interfaces_gre.php
parent7098c77f67e787ec92a2eb43336945ed6f4f5abd (diff)
downloadpfsense-b040124aa6d4c40478bb3f2b99a8689d82fbdbf9.zip
pfsense-b040124aa6d4c40478bb3f2b99a8689d82fbdbf9.tar.gz
clean up text
Diffstat (limited to 'usr/local/www/interfaces_gre.php')
-rw-r--r--usr/local/www/interfaces_gre.php15
1 files changed, 6 insertions, 9 deletions
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index 79a43e2..8b188e8 100644
--- a/usr/local/www/interfaces_gre.php
+++ b/usr/local/www/interfaces_gre.php
@@ -58,7 +58,7 @@ function gre_inuse($num) {
if ($_GET['act'] == "del") {
/* check if still in use */
if (gre_inuse($_GET['id'])) {
- $input_errors[] = "This GRE TUNNEL cannot be deleted because it is still being used as an interface.";
+ $input_errors[] = "This GRE tunnel cannot be deleted because it is still being used as an interface.";
} else {
mwexec("/sbin/ifconfig " . $a_gres[$_GET['id']]['greif'] . " destroy");
unset($a_gres[$_GET['id']]);
@@ -124,14 +124,11 @@ include("head.inc");
<td class="list" colspan="3">&nbsp;</td>
<td class="list"> <a href="interfaces_gre_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
- <tr>
- <td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- Note:<br>
- </strong></span>
- Something meaningful here.
- </td>
- <td class="list">&nbsp;</td>
- </tr>
+ <tr>
+ <td class="tabcont" colspan="3">
+ <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.</span></p>
+ </td>
+ </tr>
</table>
</div>
</td>
OpenPOWER on IntegriCloud