diff options
| author | Joachim Tingvold <joachim@tingvold.com> | 2017-04-08 13:45:59 +0200 | 
|---|---|---|
| committer | Joachim Tingvold <joachim@tingvold.com> | 2017-04-08 13:45:59 +0200 | 
| commit | 0c0bf99da89380ff483e6847789845c0c02cb895 (patch) | |
| tree | 3a2bf8a5eacc3573c2c10adff2ce08ae8b690e03 | |
| parent | 6b9904b09c07db798858fe88f663b093a1a09532 (diff) | |
Show MAC address for FAP "clients".
| -rwxr-xr-x | bootstrap/make-dhcpd.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bootstrap/make-dhcpd.pl b/bootstrap/make-dhcpd.pl index 38fb122..8627bee 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 host-name , " - " , option agent.circuit-id ));  +	log( info, concat( "FAP: " , option vendor-class-identifier , " - " , hardware , " (" , option host-name , ") - " , option agent.circuit-id ));   }  group { | 
