[DHCP Relay]: Fix Option 82 string - Remove quotes; add MAC address of receiving port as remote_id (#763)

This commit is contained in:
Joe LeVeque 2017-06-27 17:59:36 -07:00 committed by GitHub
parent 5310e7a9d7
commit 3798262c1a

View File

@ -25,5 +25,5 @@ INTERFACES="
{%- endfor %}" {%- endfor %}"
# '-a' option provides option 82 circuit_id and remote_id information # '-a' option provides option 82 circuit_id and remote_id information
OPTIONS="-a \"%h:%p\" \"\"" OPTIONS="-a %h:%p %P"