summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gif_edit.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_gif_edit.php
parent7098c77f67e787ec92a2eb43336945ed6f4f5abd (diff)
downloadpfsense-b040124aa6d4c40478bb3f2b99a8689d82fbdbf9.zip
pfsense-b040124aa6d4c40478bb3f2b99a8689d82fbdbf9.tar.gz
clean up text
Diffstat (limited to 'usr/local/www/interfaces_gif_edit.php')
-rw-r--r--usr/local/www/interfaces_gif_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 3569891..04ccfe5 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -146,21 +146,21 @@ include("head.inc");
<span class="vexpl">The interface here servers as the local address to be used for the gif tunnel.</span></td>
</tr>
<tr>
- <td valign="top" class="vncellreq">gif remote address. </td>
+ <td valign="top" class="vncellreq">gif remote address</td>
<td class="vtable">
<input name="remote-addr" type="text" class="formfld unknown" id="remote-addr" size="16" value="<?=$pconfig['remote-addr'];?>">
<br>
<span class="vexpl">Peer address where encapsulated gif packets will be sent. </span></td>
</tr>
<tr>
- <td valign="top" class="vncellreq">gif tunnel local address. </td>
+ <td valign="top" class="vncellreq">gif tunnel local address</td>
<td class="vtable">
<input name="tunnel-local-addr" type="text" class="formfld unknown" id="tunnel-local-addr" size="16" value="<?=$pconfig['tunnel-local-addr'];?>">
<br>
- <span class="vexpl">Local gif tunnel endpoint. </span></td>
+ <span class="vexpl">Local gif tunnel endpoint</span></td>
</tr>
<tr>
- <td valign="top" class="vncellreq">gif tunnel remote address. </td>
+ <td valign="top" class="vncellreq">gif tunnel remote address </td>
<td class="vtable">
<input name="tunnel-remote-addr" type="text" class="formfld unknown" id="tunnel-remote-addr" size="16" value="<?=$pconfig['tunnel-remote-addr'];?>">
<select name="tunnel-remote-net" class="formselect" id="tunnel-remote-net">
@@ -178,14 +178,14 @@ include("head.inc");
<span class="vexpl">Remote gif address endpoint. The subnet part is used for the determinig the network that is tunneled.</span></td>
</tr>
<tr>
- <td valign="top" class="vncellreq">Route caching </td>
+ <td valign="top" class="vncell">Route caching </td>
<td class="vtable">
<input name="link0" type="checkbox" id="link0" <?if ($pconfig['link0']) echo "checked";?>>
<br>
<span class="vexpl">Specify if route caching can be enabled. Be careful with these settings on dynamic networks. </span></td>
</tr>
<tr>
- <td valign="top" class="vncellreq">ECN friendly behaviour. </td>
+ <td valign="top" class="vncell">ECN friendly behaviour</td>
<td class="vtable">
<input name="link1" type="checkbox" id="link1" <?if ($pconfig['link1']) echo "checked";?>>
<br>
OpenPOWER on IntegriCloud