From 80e7346876c24dc68ff10fd3ec77b62165ed501a Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Fri, 7 Apr 2017 21:21:43 +0200 Subject: Fix FAP-config in DHCP. --- include/config.pm.dist | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/config.pm.dist b/include/config.pm.dist index c4a9d8d..f10757c 100755 --- a/include/config.pm.dist +++ b/include/config.pm.dist @@ -99,13 +99,19 @@ our @extra_nets = ( ); # add WLC's -our $wlc1 = "185.110.148.14"; +our $wlc1_v4 = "185.110.148.14"; +our $wlc1_v6 = "f00d::1"; # add VOIP-server -our $voip1 = ""; # TODO: Remove before publishing "goodiebag" +our $voip1_v4 = ""; # TODO: Remove before publishing "goodiebag" +our $voip1_v6 = ""; # TODO: Remove before publishing "goodiebag" # PXE-server (rest of bootstrap assumes $sec_v4/$sec_v6) our $pxe_server_v4 = $sec_v4; our $pxe_server_v6 = $sec_v6; +# FAP-server (Gondul) +our $fap_server_v4 = ""; # TODO: Remove before publishing "goodiebag" +our $fap_server_v6 = ""; # TODO: Remove before publishing "goodiebag" + 1; -- cgit v1.2.3