[DHCP Relay]: Fix Option 82 string - Remove quotes; add MAC address of receiving port as remote_id (#763)
This commit is contained in:
parent
5310e7a9d7
commit
3798262c1a
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user