Re: [PATCH iproute2] ip: route: fix multicast route dumps

2016-09-01 Thread Stephen Hemminger
On Sat, 20 Aug 2016 14:53:10 +0200 Nikolay Aleksandrov wrote: > If we have multicast routes and do ip route show table all we'll get the > following output: > ... > multicast ???/32 from ???/32 table default proto static iif eth0 > The "???" are because the rtm_family is set to RTNL_FAMILY_I

[PATCH iproute2] ip: route: fix multicast route dumps

2016-08-20 Thread Nikolay Aleksandrov
If we have multicast routes and do ip route show table all we'll get the following output: ... multicast ???/32 from ???/32 table default proto static iif eth0 The "???" are because the rtm_family is set to RTNL_FAMILY_IPMR instead (or RTNL_FAMILY_IP6MR for ipv6). Add a simple workaround that