I'm attaching patch that makes 20static-routes work.

--
Matus UHLAR - fantomas, [email protected] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
On the other hand, you have different fingers.
--- 20static-routes.orig	2014-04-10 01:38:10.000000000 +0200
+++ 20static-routes	2018-08-03 17:17:35.358750364 +0200
@@ -51,6 +51,9 @@
 # Default value
 VERBOSITY=${VERBOSITY:-0}
 
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901612
+if [ ${IFACE} = "--all" ]; then IFACE="[[:alnum:]]+"; fi
+
 del_static_routes() {
 	# NOTE: We actually don't have to remove routes if downing an interface
 	# since they will be removed nevertheless. In any case, this 

Reply via email to