diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 3569891d8e..04ccfe5a48 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -146,21 +146,21 @@ include("head.inc");
The interface here servers as the local address to be used for the gif tunnel.
-
gif remote address.
+
gif remote address
Peer address where encapsulated gif packets will be sent.
-
gif tunnel local address.
+
gif tunnel local address
- Local gif tunnel endpoint.
+ Local gif tunnel endpoint
-
gif tunnel remote address.
+
gif tunnel remote address
-
Route caching
+
Route caching
>
Specify if route caching can be enabled. Be careful with these settings on dynamic networks.
-
ECN friendly behaviour.
+
ECN friendly behaviour
>
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index 79a43e2d7d..8b188e8658 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");
-
-
- Note:
-
- Something meaningful here.
-
-
-
+
+
+
Note: Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.
+
+
diff --git a/usr/local/www/interfaces_gre_edit.php b/usr/local/www/interfaces_gre_edit.php
index b6ab59429e..de4ca9b3c5 100644
--- a/usr/local/www/interfaces_gre_edit.php
+++ b/usr/local/www/interfaces_gre_edit.php
@@ -145,24 +145,24 @@ include("head.inc");
?>
- The interface here servers as the local address to be used for the GRE tunnel.
+ The interface here serves as the local address to be used for the GRE tunnel.
-
GRE remote address.
+
GRE remote address
- Peer address where encapsulated GRE packets will be sent.
+ Peer address where encapsulated GRE packets will be sent
-
GRE tunnel local address.
+
GRE tunnel local address
- Local GRE tunnel endpoint.
+ Local GRE tunnel endpoint
-
GRE tunnel remote address.
+
GRE tunnel remote address
- Remote GRE address endpoint. The subnet part is used for the determinig the network that is tunneled.
+ Remote GRE address endpoint. The subnet part is used for the determining the network that is tunneled.
-
Mobile tunnel.
+
Mobile tunnel
>
- Specify which encapsulation method the tunnel should do.
+ Specify which encapsulation method the tunnel should use.
-
Route search type.
+
Route search type
>
- For correct operation, the gre device needs a route to the destination
+ For correct operation, the GRE device needs a route to the destination
that is less specific than the one over the tunnel. (Basically, there
needs to be a route to the decapsulating host that does not run over the
- tunnel, as this would be a loop.) If the addresses are ambiguous, doing
- the ifconfig tunnel step before the ifconfig(8) call to set the gre IP
- addresses will help to find a route outside the tunnel.
+ tunnel, as this would be a loop.)
-
WCCP version.
+
WCCP version
>
- Specify which WCCP encapsulation(version 1 or 2) method the tunnel should do.
+ Specify which WCCP encapsulation(version 1 or 2) method the tunnel should use