[packages] 6scripts: fix incorrect route command (#7203)
[packages.git] / ipv6 / 6scripts / files / 6tunnel.init
index de01473..0e955ee 100644 (file)
@@ -24,7 +24,7 @@ start_service() {
        ip link set mtu $mtu dev $tnlifname
        ip tunnel change $tnlifname ttl $ttl
        ip addr add $localip6 dev $tnlifname
-       ip -6 route ::/0 dev $tnlifname
+       ip -6 route add ::/0 dev $tnlifname
        ip -6 route add 2000::/3 via $remoteip6
        ip -6 route add $delegatedip6 dev $LAN
 }