Config for the next-node anycast address

This commit is contained in:
Matthias Schiffer 2013-09-28 21:25:10 +02:00
parent 4a31226867
commit 013044c5d3
2 changed files with 11 additions and 1 deletions

View file

@ -1,2 +1,2 @@
GLUON_SITE_PACKAGES := gluon-config-mode gluon-mesh-batman-adv gluon-mesh-vpn-fastd \
GLUON_SITE_PACKAGES := gluon-config-mode gluon-next-node gluon-mesh-batman-adv gluon-mesh-vpn-fastd \
htop iputils-ping6

10
site.pl
View file

@ -11,4 +11,14 @@
mesh_ssid => => '02:d1:11:37:fc:38',
mesh_bssid => => '02:d1:11:37:fc:38',
},
next_node => {
ip4 => '10.130.0.1',
prefix4 => '10.130.0.0/20',
ip6 => 'fdef:ffc0:3dd7::1',
prefix6 => 'fdef:ffc0:3dd7::/64',
mac => '16:41:95:40:f7:dc',
},
}