netifd: Add option to configure locktime for each device
authorAlin Năstac <alin.nastac@gmail.com>
Tue, 17 Jan 2017 15:16:04 +0000 (16:16 +0100)
committerFelix Fietkau <nbd@nbd.name>
Sat, 11 Feb 2017 20:53:21 +0000 (21:53 +0100)
commitf1076561f4cd4e391ca654d76498b0429413c61e
tree244b014b9927f4122e048bbe692c14e8b6a306a3
parentcdc0e80300a465d507aba8e8d11be56366ebb6cd
netifd: Add option to configure locktime for each device

The UCI parameter neighlocktime allows to control the hardware
address to IP mapping lock time in the IPv4 neighbour table.

The IPv6 lock time was not set because it is not used at all in any
kernel versions, hardware address override being controlled in this case
by the override flag present in the NA packet.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
device.c
device.h
system-linux.c