Re: [LEDE-DEV] [PATCH] netifd: Add option to configure gc_stale_time for each device
Hi Alin, pulled into netifd.git after some slight rebasing: http://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=fef10041f3a495d79f03f99bdf416a68a0ee91aa Please verify whether the change is still correct before we bump the netifd package. Thanks! ~ Jow ___
[LEDE-DEV] [PATCH] netifd: Add option to configure gc_stale_time for each device
The UCI parameter neighgcstaletime allows to control how much time will STALE entries be kept in the neighbour table for both IPv4 and IPv6. Signed-off-by: Alin Nastac --- device.c | 14 ++ device.h | 4 system-linux.c | 38 ++ 3