Re: [PATCH net-next] ipv6: allow routes to be configured with expire values

2015-12-09 Thread Xin Long
On Wed, Dec 9, 2015 at 11:56 AM, David Miller wrote: > From: Xin Long > Date: Tue, 8 Dec 2015 22:37:44 +0800 > >> Add the support for adding expire value to routes, requested by >> Tom Gundersen for systemd-networkd, and NetworkManager >> wants it too. >> >> add it by using the field rta_expir

Re: [PATCH net-next] ipv6: allow routes to be configured with expire values

2015-12-08 Thread David Miller
From: Xin Long Date: Tue, 8 Dec 2015 22:37:44 +0800 > Add the support for adding expire value to routes, requested by > Tom Gundersen for systemd-networkd, and NetworkManager > wants it too. > > add it by using the field rta_expires of rta_cacheinfo > > Signed-off-by: Xin Long > Signed-off-

[PATCH net-next] ipv6: allow routes to be configured with expire values

2015-12-08 Thread Xin Long
Add the support for adding expire value to routes, requested by Tom Gundersen for systemd-networkd, and NetworkManager wants it too. add it by using the field rta_expires of rta_cacheinfo Signed-off-by: Xin Long Signed-off-by: Hannes Frederic Sowa --- net/ipv6/route.c | 11 +++ 1 fil