diff options
author | Jon Langseth <jon.langseth@lilug.no> | 2014-04-13 15:13:25 +0200 |
---|---|---|
committer | Jon Langseth <jon.langseth@lilug.no> | 2014-04-13 15:13:25 +0200 |
commit | 4ee15b757960fcc0d817e736dd4b15e13d1596f3 (patch) | |
tree | 492d9da59c9508847afdb812f4ecb364c0103220 /include/config.pm | |
parent | 2e45d20df2913bd0fd86400a037bd3ab56e0c0eb (diff) |
Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step
Diffstat (limited to 'include/config.pm')
-rwxr-xr-x | include/config.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.pm b/include/config.pm index 0ff44fb..fd86eab 100755 --- a/include/config.pm +++ b/include/config.pm @@ -66,9 +66,12 @@ our $base_ipv6net = "2a02:ed02:"; our $base_ipv6prefix = 32; our $ipv6zone = "2.0.d.e.2.0.a.2.ip6.arpa"; -our $pxe_server = "151.216.125.3"; our $ciscowlc_a = "151.216.127.15"; +# Change from tg14: PXE-server is set to Secondary/SMTP/TFTP box, +# and the toolchain assumes this fact. Variable kept for clarity: +our $pxe_server = $sec_v4; + # static_switches is supposed to be legacy, and should be safe to remove. #130, 144, 145, 196, 197, 198, 199, 200, 203, 201, 206, 208, 209, 211, 213, |