mirror of https://github.com/dirtbags/moth.git
add static route for kevin, bump radvd version
This commit is contained in:
parent
a45a0424fc
commit
83841a1843
|
@ -15,7 +15,7 @@ router-clean:
|
|||
##
|
||||
## radvd
|
||||
##
|
||||
RADVD_VERSION = 1.8.1
|
||||
RADVD_VERSION = 1.8.4
|
||||
RADVD_TARBALL = $(CACHE)/radvd-$(RADVD_VERSION).tar.gz
|
||||
RADVD_URL = http://www.litech.org/radvd/dist/radvd-$(RADVD_VERSION).tar.gz
|
||||
RADVD_SRCDIR = $(ROUTER_BUILDDIR)/radvd-$(RADVD_VERSION)
|
||||
|
|
|
@ -30,4 +30,6 @@ for i in $(seq 24); do
|
|||
ip link set eth0.$i up
|
||||
done
|
||||
|
||||
ip route add fd80:1::/48 via fd84:b410:3441:24::2
|
||||
|
||||
sleep 8100d
|
||||
|
|
Loading…
Reference in New Issue