Re: [PATCH net-next 09/11] ipmr, ip6mr: Unite vif seq functions

2018-02-27 Thread Nikolay Aleksandrov
On 27/02/18 20:58, Yuval Mintz wrote: > Same as previously done with the mfc seq, the logic for the vif seq is > refactored to be shared between ipmr and ip6mr. > > Signed-off-by: Yuval Mintz > --- > include/linux/mroute_base.h | 33 ++ > net/ipv4/ipmr.c |

[PATCH net-next 09/11] ipmr, ip6mr: Unite vif seq functions

2018-02-27 Thread Yuval Mintz
Same as previously done with the mfc seq, the logic for the vif seq is refactored to be shared between ipmr and ip6mr. Signed-off-by: Yuval Mintz --- include/linux/mroute_base.h | 33 ++ net/ipv4/ipmr.c | 49 +--- ne