Re: [PATCH iproute2] ip/iproute: allow routes to be configured with expire values

2015-12-21 Thread Stephen Hemminger
OK, applied to net-next branch (not master). Also, please update man pages as well. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH iproute2] ip/iproute: allow routes to be configured with expire values

2015-12-21 Thread Hangbin Liu
Signed-off-by: Hangbin Liu --- include/linux/rtnetlink.h | 1 + ip/iproute.c | 11 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 3244947..ff2fe31 100644 --- a/include/linux/rtnetlink.h +++ b/inc