diff options
Diffstat (limited to 'doc/net.example.Linux.in')
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index a70b3cc9..8c1dfb80 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -992,7 +992,7 @@ # # 'from 24.80.102.112/32 to 192.168.1.0/24 table localnet priority 100' \ # # 'from 216.113.223.51/32 to 192.168.1.0/24 table localnet priority 100' \ # #" -# eval set -- $\rules_${IFVAR} +# eval set -- \$rules_${IFVAR} # if [ $# != 0 ]; then # einfo "Adding IP policy routing rules" # eindent |