From 3798262c1a7d4bc983876ea45f2096a27f58ecf8 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Tue, 27 Jun 2017 17:59:36 -0700 Subject: [PATCH] [DHCP Relay]: Fix Option 82 string - Remove quotes; add MAC address of receiving port as remote_id (#763) --- dockers/docker-dhcp-relay/isc-dhcp-relay.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 b/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 index 0b8366d584..3b76073fa8 100644 --- a/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 +++ b/dockers/docker-dhcp-relay/isc-dhcp-relay.j2 @@ -25,5 +25,5 @@ INTERFACES=" {%- endfor %}" # '-a' option provides option 82 circuit_id and remote_id information -OPTIONS="-a \"%h:%p\" \"\"" +OPTIONS="-a %h:%p %P"