Re: [PATCH net-next 05/11] ipmr, ip6mr: Unite creation of new mr_table

2018-02-27 Thread Nikolay Aleksandrov
On 27/02/18 20:58, Yuval Mintz wrote: > Now that both ipmr and ip6mr are using the same mr_table structure, > we can have a common function to allocate & initialize a new instance. > > Signed-off-by: Yuval Mintz > --- > include/linux/mroute_base.h | 17 + > net/ipv4/ipmr.c

[PATCH net-next 05/11] ipmr, ip6mr: Unite creation of new mr_table

2018-02-27 Thread Yuval Mintz
Now that both ipmr and ip6mr are using the same mr_table structure, we can have a common function to allocate & initialize a new instance. Signed-off-by: Yuval Mintz --- include/linux/mroute_base.h | 17 + net/ipv4/ipmr.c | 27 ++- net/ipv4/ipm