mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 01:53:27 +01:00
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
|
||||
|
||||
if [ -n "$first"]; then
|
||||
if [ -n "$first" ]; then
|
||||
if [ "x$gateway" = xdetect ] ; then
|
||||
save_command "DEFAULT_ROUTE=\"nexthop via \$gateway dev $interface weight $1\""
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user