diff options
| author | root <root@einstein.tg15.gathering.org> | 2015-03-30 04:31:30 +0200 | 
|---|---|---|
| committer | root <root@einstein.tg15.gathering.org> | 2015-03-30 04:31:30 +0200 | 
| commit | af77f6ebbb3ae46c34fc9fd2be026da389ffcb4e (patch) | |
| tree | 1dd6b5cb7fbb230cdb89a16ce73e9ab507d1fc15 /bootstrap/make-dhcpd.pl | |
| parent | 733ee9be2bdf4a006628133ada372e438805afe9 (diff) | |
| parent | 69edda841cccaf5e8c094693c80d316e2d68edd7 (diff) | |
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'bootstrap/make-dhcpd.pl')
| -rwxr-xr-x | bootstrap/make-dhcpd.pl | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/bootstrap/make-dhcpd.pl b/bootstrap/make-dhcpd.pl index ea7bed6..317317d 100755 --- a/bootstrap/make-dhcpd.pl +++ b/bootstrap/make-dhcpd.pl @@ -135,14 +135,14 @@ if ( not -f $dhcpd_wlc_conf )  		open WLCFILE, ">" . $dhcpd_wlc_conf or die ( $! . " " . $dhcpd_wlc_conf);  		print WLCFILE <<"EOF"; -option space AP; -option AP.server-address code 241 = array of ip-address; +option space WLC; +option WLC.controller-address code 43 = text;  set vendor-string = option vendor-class-identifier;  class "access-points" {         match if substring (option vendor-class-identifier, 0, 8) = "Access Point"; -       vendor-option-space AP; -       option AP.server-address $nms::config::wlc1; +       vendor-option-space WLC; +       option WLC.controller-address "$nms::config::wlc1";  }  EOF  		close WLCFILE; | 
