dankamongmen / libnetstack

Small library around rtnetlink to track networking stack elements
https://nick-black.com/dankwiki/index.php/Libnetstack
Apache License 2.0
10 stars 0 forks source link

Add support for multicast addresses #18

Closed dankamongmen closed 2 years ago

dankamongmen commented 5 years ago

See ip-maddress(8).

dankamongmen commented 5 years ago

It appears that RTM_GETMULTICAST exists to do this. Oddly, iproute2 does not appear to use this, and instead dumps from /proc/net/igmp, /proc/net/igmp6, and /proc/net/dev_mcast when implementing ip maddress l.

dankamongmen commented 2 years ago

see #19; we're already getting this information, w00t!