Fix prefix4 & next_node.ip4, fixes #19

This commit is contained in:
Franz Pletz
2015-09-26 20:13:02 +02:00
parent b5c478230e
commit ce57afabe0

View File

@@ -4,7 +4,7 @@
site_code = 'ffmuc',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
prefix4 = '10.80.0.0/16',
prefix4 = '10.80.32.0/19',
prefix6 = 'fdef:ffc0:4fff::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
@@ -33,7 +33,7 @@
},
next_node = {
ip4 = '10.80.0.1',
ip4 = '10.80.32.1',
ip6 = 'fdef:ffc0:4fff::1',
mac = '16:41:95:40:f7:dc',
},