git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2163 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-05-23 15:09:21 +00:00
parent 57997027d8
commit 8bf335443b

View File

@ -1165,7 +1165,7 @@ setup_providers()
if [ -n "$PROVIDERS" ]; then
if [ -n "$DEFAULT_ROUTE" ]; then
run_ip route replace default scope global metric 1 $DEFAULT_ROUTE"
run_ip route replace default scope global metric 1 $DEFAULT_ROUTE
progress_message " Default route $DEFAULT_ROUTE Added."
fi