First page Back Continue Last page Overview Graphics
Group Management API /
Protocol Issue (cont'ed)
How to fix?
- Introduce “host entry” for group address we are listening to. Standard routing engine will find this most specific entry, and stores it into skb->dst. Later we can determine if group address is interesting or not by cheking if the skb->dst is “host entry” or not. (ip6_mc_input2()) (O(n) -> O(log n))