Closed dankamongmen closed 2 years ago
huh. it looks like ip maddr
is just reading /proc/net/dev_mcast
and /proc/net/igmp
...but there's also RTM_GETMULTICAST
...
it looks like we're already picking these up, actually?
...
N 3 [IPv4] 224.0.0.22 01:00:5e:00:00:16
N 1 [IPv4] 0.0.0.0 00:00:00:00:00:00
N 3 [IPv4] 192.168.88.111 00:17:88:0a:41:f0
N 3 [IPv4] 239.255.255.250 01:00:5e:7f:ff:fa
N 5 [IPv4] 224.0.0.22 01:00:5e:00:00:16
...
R [IPv6] multicast ff00::/8 kernel metric 0 prio 256 in 0 out 4
R [IPv6] multicast ff00::/8 kernel metric 0 prio 256 in 0 out 3
so i guess this is done?
See
ip-mroute(8)
and #18