Reword Address Variable Warning

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-10-22 19:06:56 -07:00
parent 3874bb9fa6
commit 6e30c286c3
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1656,10 +1656,10 @@ SSH(ACCEPT) net:$MYIP $FW
<caution> <caution>
<para>If you use address variables that refer to an optional interface, <para>If you use address variables that refer to an optional interface,
the <command>enable</command> command will not change the rules that use the <command>enable</command> command will not change/insert the rules
the variable. Therefore, to be completely safe, if you use such address that use the variable. Therefore, to be completely safe, if you use such
variables then you must follow an <command>enable</command> command with address variables then you must follow an <command>enable</command>
a <command>reload</command> command.</para> command with a <command>reload</command> command.</para>
</caution> </caution>
<para>Given that shell variables are expanded at compile time, there is no <para>Given that shell variables are expanded at compile time, there is no