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
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: se
Hi,
If you set network interface down and up again, the IPv6 address
autoconfiguration does not work. 'ip addr' shows that the link-local
address is in tentative state. We don't even react to periodical router
advertisements.
During NETDEV_DOWN we clear IF_READY, and we don't set it back in
g the same
prefix 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.
essages.
Tested 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/linu
Hi,
I was using UML 2.6.13.1 to listen RTMGRP_IPV6_ADDR netlink group, but
after updating to UML 2.6.14.3, I no longer received any messages. I also
tested "ip -6 monitor addr", but it remained silent as well.
However, "ip -4 monitor addr" works ok.
Checking the linux/rtnetlink.h, it seems li