Send DHCP RELEASE on virtual IP release

This commit is contained in:
Martin Willi
2010-03-25 14:29:10 +01:00
parent 045833c79d
commit 913eb69692
3 changed files with 64 additions and 16 deletions
+7
View File
@@ -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.
*/