use tabs in site.pl

This commit is contained in:
Nils Schneider 2013-09-28 23:44:16 +02:00
parent 6459eaca91
commit b730a133dd

44
site.pl
View file

@ -1,28 +1,28 @@
{ {
hostname_prefix => 'freifunk', hostname_prefix => 'freifunk',
wifi24 => { wifi24 => {
ssid => 'luebeck.freifunk.net', ssid => 'luebeck.freifunk.net',
channel => 1, channel => 1,
htmode => 'HT40+', htmode => 'HT40+',
mesh_ssid => => '02:d1:11:37:fc:38', mesh_ssid => => '02:d1:11:37:fc:38',
mesh_bssid => => '02:d1:11:37:fc:38', mesh_bssid => => '02:d1:11:37:fc:38',
}, },
wifi5 => { wifi5 => {
ssid => 'luebeck.freifunk.net (5GHz)', ssid => 'luebeck.freifunk.net (5GHz)',
channel => 44, channel => 44,
htmode => 'HT40+', htmode => 'HT40+',
mesh_ssid => => '02:d1:11:37:fc:38', mesh_ssid => => '02:d1:11:37:fc:38',
mesh_bssid => => '02:d1:11:37:fc:38', mesh_bssid => => '02:d1:11:37:fc:38',
}, },
next_node => { next_node => {
ip4 => '10.130.0.1', ip4 => '10.130.0.1',
prefix4 => '10.130.0.0/20', prefix4 => '10.130.0.0/20',
ip6 => 'fdef:ffc0:3dd7::1', ip6 => 'fdef:ffc0:3dd7::1',
prefix6 => 'fdef:ffc0:3dd7::/64', prefix6 => 'fdef:ffc0:3dd7::/64',
mac => '16:41:95:40:f7:dc', mac => '16:41:95:40:f7:dc',
}, },
} }