Re: [PATCH] rtnetlink: Add more well known protocol values

2018-05-31 Thread Stephen Hemminger
On Wed, 30 May 2018 08:27:32 -0400 Donald Sharp wrote: > FRRouting installs routes into the kernel associated with > the originating protocol. Add these values to the well > known values in rtnetlink.h. > > Signed-off-by: Donald Sharp > --- > v2: Fixed whitespace issues > include/uapi/linux/r

Re: [PATCH] rtnetlink: Add more well known protocol values

2018-05-31 Thread David Miller
From: Donald Sharp Date: Wed, 30 May 2018 08:27:32 -0400 > FRRouting installs routes into the kernel associated with > the originating protocol. Add these values to the well > known values in rtnetlink.h. > > Signed-off-by: Donald Sharp Applied, thanks Donald.

Re: [PATCH] rtnetlink: Add more well known protocol values

2018-05-30 Thread Donald Sharp
This patch is intended for net-next. thanks! donald On Wed, May 30, 2018 at 8:27 AM, Donald Sharp wrote: > FRRouting installs routes into the kernel associated with > the originating protocol. Add these values to the well > known values in rtnetlink.h. > > Signed-off-by: Donald Sharp > --- >

[PATCH] rtnetlink: Add more well known protocol values

2018-05-30 Thread Donald Sharp
FRRouting installs routes into the kernel associated with the originating protocol. Add these values to the well known values in rtnetlink.h. Signed-off-by: Donald Sharp --- v2: Fixed whitespace issues include/uapi/linux/rtnetlink.h | 5 + 1 file changed, 5 insertions(+) diff --git a/inclu

Re: [PATCH] rtnetlink: Add more well known protocol values

2018-05-26 Thread Sergei Shtylyov
Hello! On 5/25/2018 9:20 PM, Donald Sharp wrote: FRRouting installs routes into the kernel associated with the originating protocol. Add these values to the well known values in rtnetlink.h. Signed-off-by: Donald Sharp --- include/uapi/linux/rtnetlink.h | 5 + 1 file changed, 5 insert

[PATCH] rtnetlink: Add more well known protocol values

2018-05-25 Thread Donald Sharp
FRRouting installs routes into the kernel associated with the originating protocol. Add these values to the well known values in rtnetlink.h. Signed-off-by: Donald Sharp --- include/uapi/linux/rtnetlink.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/uapi/linux/rtnetlink.h b/