]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- fixed bug: removed unneccessary "via" keyword in setup ipv6 interface.
authorkloczek <kloczek@pld-linux.org>
Wed, 30 Oct 2002 17:39:49 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-via.patch -> 1.1

rc-scripts-via.patch [new file with mode: 0644]

diff --git a/rc-scripts-via.patch b/rc-scripts-via.patch
new file mode 100644 (file)
index 0000000..7f64947
--- /dev/null
@@ -0,0 +1,11 @@
+--- rc-scripts-0.3.1/rc.d/init.d/functions.network~    Wed Oct 30 16:39:15 2002
++++ rc-scripts-0.3.1/rc.d/init.d/functions.network     Wed Oct 30 16:39:15 2002
+@@ -354,7 +354,7 @@
+               if [ -n "${IPV6_GLOBALROUTEGW}" ]; then
+                   ip -6 route add 2000::/3 via ${IPV6_GLOBALROUTEGW} dev ${DEVICE} ${IP6SRCADDR}
+               elif [ "${IPV6_GLOBALROUTEDEV}" = "${DEVICE}" ]; then
+-                  ip -6 route add 2000::/3 via dev ${DEVICE} ${IP6SRCADDR}
++                  ip -6 route add 2000::/3 dev ${DEVICE} ${IP6SRCADDR}
+               fi
+           fi
+         fi
This page took 0.045546 seconds and 4 git commands to generate.