Move IP prefix information out of next_node scope

This commit is contained in:
Matthias Schiffer 2013-09-29 14:40:01 +02:00
parent ad1c3e6cf1
commit 474574b130

View file

@ -1,6 +1,9 @@
{
hostname_prefix => 'freifunk',
prefix4 => '10.130.0.0/20',
prefix6 => 'fdef:ffc0:3dd7::/64',
wifi24 => {
ssid => 'luebeck.freifunk.net',
channel => 1,
@ -18,10 +21,7 @@
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',
},