From 6b9904b09c07db798858fe88f663b093a1a09532 Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Sat, 8 Apr 2017 01:21:47 +0200 Subject: Typo. --- bootstrap/make-dhcpd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/make-dhcpd.pl b/bootstrap/make-dhcpd.pl index 0587b90..38fb122 100755 --- a/bootstrap/make-dhcpd.pl +++ b/bootstrap/make-dhcpd.pl @@ -209,7 +209,7 @@ option vendor-class-identifier code 60 = text; class "FAP" { # Vendor-Class Option 60, length 21: "Juniper-ex2200-48t-4g" match if substring (option vendor-class-identifier, 0, 10) = "Juniper-ex"; - log( info, concat( "FAP: " , option vendor-class-identifier , " - " , option hostname , " - " , option agent.circuit-id )); + log( info, concat( "FAP: " , option vendor-class-identifier , " - " , option host-name , " - " , option agent.circuit-id )); } group { -- cgit v1.2.3