diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-20 02:36:36 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-20 02:36:36 +0200 |
commit | b231e372681e6bfc499fd2aadda840e0b607278f (patch) | |
tree | d7f742eba33c5317417d5f53f6fa61287b2ba8ae /dhcp/ciscowlc.conf | |
parent | 65f98b040aaff35202fa1e79c4f74fcdaf09329f (diff) |
Removed files from the root-directory. Moved into 'examples' dir.
Diffstat (limited to 'dhcp/ciscowlc.conf')
-rw-r--r-- | dhcp/ciscowlc.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dhcp/ciscowlc.conf b/dhcp/ciscowlc.conf deleted file mode 100644 index 2e06179..0000000 --- a/dhcp/ciscowlc.conf +++ /dev/null @@ -1,9 +0,0 @@ -option space CiscoAP; -option CiscoAP.server-address code 241 = array of ip-address; -set vendor-string = option vendor-class-identifier; - -class "cisco-aps" { - match if substring (option vendor-class-identifier, 0, 8) = "Cisco AP"; - vendor-option-space CiscoAP; - option CiscoAP.server-address 151.216.125.21,151.216.125.22; -} |