Semantics of current lifetime in IPsec SA

2006-02-21 Thread Kristian Slavov
Hi, I noticed that the SA's curlft-usetime is only updated once (time of the first packet). Is this the intended behaviour, or should it be the time the SA was last used? SPs, on the other hand, are constantly updated as packets flow. Tested on 2.6.15.2. BR, -- Krisu - To unsubscribe from

Re: [PATCH] IPv6 address autoconfiguration does not work after device down/up cycle

2006-02-09 Thread Kristian Slavov
Kristian Slavov wrote: Hi, The following patch seems to get the work done. Patch is against 2.6.15.3. Here's the signed-off tag I forgot to add, should that matter anymore. Signed-off-by: Kristian Slavov [EMAIL PROTECTED] BR, -- Krisu - To unsubscribe from this list: send the line

[PATCH] Fix IPv6 address deletion

2005-12-21 Thread Kristian Slavov
that are valid, and thus resulting in deletion of the prefix. This applies only if the first entry in idev-addr_list is the address to be deleted. Signed-off-by: Kristian Slavov [EMAIL PROTECTED] Cheers, -- Krisu diff -aur orig/net/ipv6/addrconf.c new/net/ipv6/addrconf.c --- orig/net/ipv6

[PATCH] Fix RTNLGRP definitions in rtnetlink.h

2005-12-19 Thread Kristian Slavov
2.6.14.4 + this patch, and both programs received add and remove messages. Signed-off-by: Kristian Slavov [EMAIL PROTECTED] Cheers, -- Krisu diff -Naur linux-2.6.14.4/include/linux/rtnetlink.h linux-2.6.14.4-patched/include/linux/rtnetlink.h --- linux-2.6.14.4/include/linux/rtnetlink.h2005-12-15