mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 21:48:39 +01:00
Add caution regarding Address Varibles
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5b26f1939b
commit
9c749731c5
@ -1654,6 +1654,14 @@ SSH(ACCEPT) net:$MYIP $FW
|
||||
<section id="AddressVariables">
|
||||
<title>Address Variables</title>
|
||||
|
||||
<caution>
|
||||
<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 variable. Therefore, to be completely safe, if you use such address
|
||||
variables then you must follow an <command>enable</command> command with
|
||||
a <command>reload</command> command.</para>
|
||||
</caution>
|
||||
|
||||
<para>Given that shell variables are expanded at compile time, there is no
|
||||
way to cause such variables to be expanded at run time. Prior to Shorewall
|
||||
4.4.17, this made it difficult (to impossible) to include dynamic IP
|
||||
|
Loading…
Reference in New Issue
Block a user