forked from extern/shorewall_code
Fix typo in provider file processing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4163 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ed90e500f6
commit
8b369ec769
@ -1144,7 +1144,7 @@ __EOF__
|
|||||||
{
|
{
|
||||||
balance=yes
|
balance=yes
|
||||||
|
|
||||||
if [ -n "$first"]; then
|
if [ -n "$first" ]; then
|
||||||
if [ "x$gateway" = xdetect ] ; then
|
if [ "x$gateway" = xdetect ] ; then
|
||||||
save_command "DEFAULT_ROUTE=\"nexthop via \$gateway dev $interface weight $1\""
|
save_command "DEFAULT_ROUTE=\"nexthop via \$gateway dev $interface weight $1\""
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user