Send DHCP RELEASE on virtual IP release
This commit is contained in:
@@ -39,6 +39,13 @@ struct dhcp_socket_t {
|
||||
dhcp_transaction_t* (*enroll)(dhcp_socket_t *this,
|
||||
identification_t *identity);
|
||||
|
||||
/**
|
||||
* Release an enrolled DHCP address.
|
||||
*
|
||||
* @param transaction transaction returned by enroll
|
||||
*/
|
||||
void (*release)(dhcp_socket_t *this, dhcp_transaction_t *transaction);
|
||||
|
||||
/**
|
||||
* Destroy a dhcp_socket_t.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user