Skip to content

Multiple unicast routing table support #223

Answered by troglobit
mnxx asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! There's nothing today, although most multicast routing is concerned with reverse-path filtering (RPF) it's often centered around the source IP of the sender, and how to reach that (to make multicast routing decisions). So it's well suited for at least source routing.

Just by googling a bit I found https://olegkutkov.me/2019/03/24/getting-linux-routing-table-using-netlink/ which discusses how to look up the correct table. So modifying src/netlink.c shouldn't be too much work. Only issue is how this should be configured, and here I'd have a look at cisco/juniper/procurve and also FRR to see what they've done.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mnxx
Comment options

Answer selected by mnxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants