-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
PIM in a flat network #20
Comments
Not that I know of, without hacking the source. |
On 02/26/2013 11:02 AM, Joachim Nilsson wrote:
Thanks for your quick reply. Whether ignoring Interface is Regarding hacking the code, I tried a bit by just commenting the lines /* if ((addr & v->uv_subnetmask) == v->uv_subnet || However, it is not enough. Does it require any data structure level Regards, |
I'm not really sure if what you're trying to do will work in practise. |
On 02/26/2013 11:32 AM, Joachim Nilsson wrote:
Ok. I will try PIMd with GRE tunnels then. Thank you. |
Hello,
I am trying to use PIM (v2.1.8) in a network where all the links are in the same subnet (with /0 netmask). This is a kind of MANET and nodes can move and connect to any other node. So, we are using flat network with OLSR as the routing protocol. (As of now, this is being simulated using wired network only. Later we will use wireless.)
The problem we face is if multiple Interfaces are there in the same subnet, pimd listens only on one Interface and ignores the rest. Is there any way to overcome this? Thank you.
Regards,
Vignesh
The text was updated successfully, but these errors were encountered: