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
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