diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2017-04-09 22:48:46 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2017-04-09 22:48:46 +0200 |
commit | aa56a6b38d25901847251a9e9c2995eecff05568 (patch) | |
tree | e3057b40eff38e9d5b21941375c774538e277409 | |
parent | 8bdb65a752e37910db1ad2ba29e97a9c451c08d2 (diff) |
Syntax.
-rwxr-xr-x | bootstrap/make-dhcpd.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/make-dhcpd.pl b/bootstrap/make-dhcpd.pl index 38de391..379ae9c 100755 --- a/bootstrap/make-dhcpd.pl +++ b/bootstrap/make-dhcpd.pl @@ -228,9 +228,9 @@ class "fap-mac" { ( binary-to-ascii(16, 8, ":", substring(hardware, 1, 3)) = "44:f4:77" ) or ( binary-to-ascii(16, 8, ":", substring(hardware, 1, 3)) = "f0:1c:2d" ) ); - if not exists vendor-class-identifier ( + if not exists vendor-class-identifier { log( info, concat( "FAP: ", hostmac, " (", option host-name, ") - ", option agent.circuit-id )); - ); + } } group { |