Subject: | Check relay agent option before sending server unicast option |
Currently we send a server unicast option if the administrator has
configured it and the client requests it. We don't check to see if
the incoming packet included relay agent options and therefore
the server shouldn't send the unicast option.
One way to handle this would be to check for relay agent options
when building the outgoing packet and to simply leave any
server unicast options out of the response.