forked from extern/shorewall_code
Fix last change to get_routed_networks
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6414 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8109ad75af
commit
38cf2ad2ed
@ -835,7 +835,7 @@ get_routed_networks() # $1 = interface name, $2-n = Fatal error message
|
|||||||
shift
|
shift
|
||||||
fatal_error "$@"
|
fatal_error "$@"
|
||||||
else
|
else
|
||||||
echo "WARNING: default route ignored on interface $1"
|
echo "WARNING: default route ignored on interface $1" >&2
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
multicast|broadcast|prohibit|nat|throw|via)
|
multicast|broadcast|prohibit|nat|throw|via)
|
||||||
|
Loading…
Reference in New Issue
Block a user