Skip to content

Promiscuous mode #174

Answered by troglobit
Malvineous asked this question in Q&A
Nov 12, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

It's not really up to SMCRoute to handle the interface flags. If you want to set the interface in promiscuous mode you can do that. However, that means that the CPU will have to receive and drop every packet that is not supposed to be routed. Depending on your hardware there are ways to filter multicast, e.g. IGMP/MLD snooping, which allows only "subscribed" (or joined) multicast groups to be forwarded to the CPU. SMCRoute supports joining multicast groups, both ASM and SSM, meaning you can select exactly which groups reach the CPU and are forwarded by the multicast route. See the mgroup setting in the documentation.

Moving this to Discussions, since it's more of a support question than b…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Malvineous
Comment options

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

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
Converted from issue

This discussion was converted from issue #173 on November 12, 2021 12:51.