Use correct ipv4 & ipv6 prefixes

This commit is contained in:
Franz Pletz
2015-09-13 12:44:39 +02:00
parent bf148b9269
commit bc8dfbed2e

View File

@@ -4,8 +4,8 @@
site_code = 'ffmuc', site_code = 'ffmuc',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages', opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
prefix4 = '10.80.64.0/16', prefix4 = '10.80.64.0/19',
prefix6 = 'fdef:ffc0:4fff:1:/64', prefix6 = 'fdef:ffc0:4fff:1::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' }, ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },