add static route for kevin, bump radvd version

This commit is contained in:
Neale Pickett 2012-01-31 10:50:42 -07:00
parent ee27cf1151
commit 8bbc2d5593
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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