Lookip plugin additionally reports the IKE_SA unique identifier

This commit is contained in:
Martin Willi
2012-11-29 10:00:45 +01:00
parent f0d4756eb0
commit 2685020ace
5 changed files with 21 additions and 10 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ static void entry_destroy(entry_t *this)
* Callback function for listener
*/
static bool listener_cb(entry_t *entry, bool up, host_t *vip,
host_t *other, identification_t *id, char *name)
host_t *other, identification_t *id,
char *name, u_int unique_id)
{
lookip_response_t resp = {
.type = entry->type,