Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding source with group/len not available yet, any reason? #135

Closed
ma366 opened this issue Sep 20, 2019 · 6 comments
Closed

Adding source with group/len not available yet, any reason? #135

ma366 opened this issue Sep 20, 2019 · 6 comments
Assignees
Milestone

Comments

@ma366
Copy link

ma366 commented Sep 20, 2019

I mean what makes the project not supporting that

@troglobit
Copy link
Owner

Not sure I understand what you mean, because we do support it?

Both in /etc/smcroute.conf

#   mgroup from IFNAME [source ADDRESS] group MCGROUP[/LEN]
#   mroute from IFNAME [source ADDRESS] group MCGROUP[/LEN] to IFNAME [IFNAME ...

and from the command line using smcroutectl

add IFNAME [SOURCE] GROUP[/LEN] OUTIFNAME [OUTIFNAME ...]
remove IFNAME [SOURCE] GROUP
join IFNAME [SOURCE] GROUP[/LEN]
leave IFNAME [SOURCE] GROUP[/LEN]

Are you perhaps using a pre-packaged SMCRoute from a Linux/UNIX distribution? Please explain a bit more.

@ma366
Copy link
Author

ma366 commented Sep 21, 2019

When I input the command "smcroutectl add eth0 172.31.3.191 225.1.1.1/24 eth2" it shows source with group/len not supported yet

@troglobit
Copy link
Owner

So ... what version of SMCRoute are you using?

@ma366
Copy link
Author

ma366 commented Sep 21, 2019

2.4.4

@troglobit
Copy link
Owner

Ah, now I see why, sorry! It seems this support has not yet been released, but will be included in the v2.5 release.

If you like to live on the edge, you can try out the master branch.

@troglobit troglobit self-assigned this Jul 22, 2020
@troglobit troglobit added this to the v2.5 milestone Jul 22, 2020
@troglobit
Copy link
Owner

Fixed as of 48d049e along with general (S/LEN,G), (S,G/LEN), and (S/LEN, G/LEN) support for both IPv4 and IPv6.

Please note:

Everything with a non-fixed prefix length (32 or 128) will be treated as
a dynamic route and only be installed when a matching sender appears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants