improved MOBIKE:

prefer address family already used
  do not change address implicit when mobike supported
  handle multiple simultaneous roaming requests more properly
  proper enabling/disabling of UDP encapsulation
This commit is contained in:
Martin Willi
2007-07-03 12:32:38 +00:00
parent dd0ee786db
commit 3bc62fe70e
10 changed files with 256 additions and 90 deletions
+2 -1
View File
@@ -139,6 +139,7 @@ struct kernel_interface_t {
* @param dst current destination address
* @param new_src new source address
* @param new_dst new destination address
* @param encap use UDP encapsulation
* @return
* - SUCCESS
* - FAILED if kernel comm failed
@@ -146,7 +147,7 @@ struct kernel_interface_t {
status_t (*update_sa)(kernel_interface_t *this,
u_int32_t spi, protocol_id_t protocol,
host_t *src, host_t *dst,
host_t *new_src, host_t *new_dst);
host_t *new_src, host_t *new_dst, bool encap);
/**
* @brief Query the use time of an SA.