Re: [PATCH] net: ipmr: Add ipmr_rtm_getroute

2017-06-29 Thread David Miller
From: Donald Sharp Date: Wed, 28 Jun 2017 13:58:57 -0400 > Add to RTNL_FAMILY_IPMR, RTM_GETROUTE the ability > to retrieve one S,G mroute from a specified table. > > *,G will return mroute information for just that > particular mroute if it exists. This is because > it is entirely possible to h

Re: [PATCH] net: ipmr: Add ipmr_rtm_getroute

2017-06-28 Thread Nikolay Aleksandrov
On 28/06/17 20:58, Donald Sharp wrote: > Add to RTNL_FAMILY_IPMR, RTM_GETROUTE the ability > to retrieve one S,G mroute from a specified table. > > *,G will return mroute information for just that > particular mroute if it exists. This is because > it is entirely possible to have more S's then >

[PATCH] net: ipmr: Add ipmr_rtm_getroute

2017-06-28 Thread Donald Sharp
Add to RTNL_FAMILY_IPMR, RTM_GETROUTE the ability to retrieve one S,G mroute from a specified table. *,G will return mroute information for just that particular mroute if it exists. This is because it is entirely possible to have more S's then can fit in one skb to return to the requesting proces