]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Moved the route replace directive before run_subdir ${rc_base} ...
authorMarcus Scholz <commander1024@ipfire.org>
Sat, 5 Sep 2009 20:57:01 +0000 (22:57 +0200)
committerMarcus Scholz <commander1024@ipfire.org>
Sat, 5 Sep 2009 20:57:01 +0000 (22:57 +0200)
This ensures that openwan will be reloaded after the route has
been set.

src/ppp/ip-up

index e62ae3fab8d748c28417915ce19c65ff9c25ad4c..24e472d2847f78afb7931168c63b98fce708acd9 100644 (file)
@@ -53,6 +53,7 @@ echo -n "$4" > /var/ipfire/red/local-ipaddress
 echo -n "$5" > /var/ipfire/red/remote-ipaddress
 touch /var/ipfire/red/active
 
+/sbin/ip route replace default via ${IPREMOTE} dev ppp0
 run_subdir ${rc_base}/init.d/networking/red.up/
 
 #Check if gateway has answerd to ping, if not replace with ping.ipfire.org
@@ -80,4 +81,3 @@ mv /tmp/hosts /etc/hosts
 
 [ -e "/var/ipfire/ppp/nobeeps" ] || /etc/rc.d/init.d/beep up
 
-/sbin/ip route replace default via ${IPREMOTE} dev ppp0