diff options
Diffstat (limited to 'bootstrap/make-dhcpd.pl')
-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 { |