]> git.proxmox.com Git - mirror_iproute2.git/commit
mroute: fix up family handling
authorDavid Ahern <dsahern@gmail.com>
Wed, 19 Dec 2018 21:11:15 +0000 (13:11 -0800)
committerDavid Ahern <dsahern@gmail.com>
Thu, 27 Dec 2018 23:34:28 +0000 (15:34 -0800)
commit98ce99273f24f74c34d39e887b9f16b6e1a36ffc
tree563da66201f10050c742e121b843dce1ff3c724d
parentc7e6371bc4afe6d42700d3174a6c56cba5833844
mroute: fix up family handling

Only ipv4 and ipv6 have multicast routing. Set family
accordingly and just return for other cases.

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipmroute.c