-
Notifications
You must be signed in to change notification settings - Fork 2
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
Develop #1
base: develop
Are you sure you want to change the base?
Develop #1
Conversation
Is it safe to assume ALL downstream packets are ETH_IP ?
|
Added check that packet is IPv4 packet. If packet is IPv4, then we check if packet has dlep multicast address. |
Hello, |
Hi, I suspect EMANE::RawTransport would encounter this problem regardless of the IP.TTL and an ip tables rule would help if using the EMANE::Virtual transport. Are you using an EMANE Transport or something custom? |
DLEP discovery message is sent with TTL 255 and discovery is for local LAN only.
Thus radio need to filter all packets with destination address equals to multi-cast discovery address and not pass it to AIR.
Added functionality for radio to filter out discovery packets based on multi cast discovery address.