From: Michael Tremer Date: Mon, 23 Jan 2012 21:32:32 +0000 (+0100) Subject: Reload static routes after a connecting to the internet. X-Git-Tag: v2.11-core56^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4c77ffb891f956f2b3c017bd55090a57e3b9862;p=people%2Fstevee%2Fipfire-2.x.git Reload static routes after a connecting to the internet. BUg 10007. Some users claimed, that not all static routes are set up correctly at boot time. --- diff --git a/src/initscripts/init.d/networking/red.down/10-static-routes b/src/initscripts/init.d/networking/red.down/10-static-routes new file mode 100644 index 0000000000..f8f00a7d12 --- /dev/null +++ b/src/initscripts/init.d/networking/red.down/10-static-routes @@ -0,0 +1,4 @@ +#!/bin/bash + +# Update the static routes. +exec /etc/rc.d/init.d/static-routes start diff --git a/src/initscripts/init.d/networking/red.up/10-static-routes b/src/initscripts/init.d/networking/red.up/10-static-routes new file mode 100644 index 0000000000..f8f00a7d12 --- /dev/null +++ b/src/initscripts/init.d/networking/red.up/10-static-routes @@ -0,0 +1,4 @@ +#!/bin/bash + +# Update the static routes. +exec /etc/rc.d/init.d/static-routes start