From: Heiko Z. <smi...@us...> - 2013-05-04 13:29:31
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16181/config/etc/init.d Modified Files: network Log Message: - updated quagga to 0.99.22.1 (Arnaud Gomes-do-Vale) - correctly specify network device on IPv6 route creation (Arnaud - Gomes-do-Vale) - correctly build vconfig for 64 bit (Arnaud Gomes-do-Vale) Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- network 15 Dec 2012 15:51:08 -0000 1.61 +++ network 4 May 2013 13:29:29 -0000 1.62 @@ -337,7 +337,7 @@ eval $line # add the route echo " adding route to \"$IPV6ROUTE\" on $DEVICE" - ip -f inet6 route add $IPV6ROUTE + ip -f inet6 route add $IPV6ROUTE dev $DEVICE done fi |