diff options
author | Roy Marples <roy@marples.name> | 2009-08-17 21:45:11 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-08-17 21:45:11 +0100 |
commit | 8da7a49d024adf773ea677d65843fdc08a36c340 (patch) | |
tree | a11a8d258179e22b86b34c30ec267dcff03d97e6 /doc | |
parent | 29949a549609100bbc659054e5381c94386ac561 (diff) |
Fix example
Diffstat (limited to 'doc')
-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 |