| Package | Description |
|---|---|
| org.onosproject.mfwd.impl |
Sample Multicast forwarding framework using intents.
|
| Modifier and Type | Method and Description |
|---|---|
McastRouteSource |
McastRouteTable.findMcastSource(org.onlab.packet.IpPrefix saddr,
org.onlab.packet.IpPrefix gaddr)
Find the multicast (S, G) entry if it exists.
|
McastRouteSource |
McastRouteGroup.findSource(org.onlab.packet.IpPrefix saddr)
Find a specific multicast source address for this group.
|
McastRouteSource |
McastRouteGroup.removeSource(org.onlab.packet.IpPrefix spfx)
Remove the source with this specific IpPrefix from this group entry.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<org.onlab.packet.IpPrefix,McastRouteSource> |
McastRouteGroup.getSources()
Return the entire set of multicast sources for this group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
McastRouteGroup.addSource(McastRouteSource src)
Add a new McastRouteSource to this group.
|
Copyright © 2015. All rights reserved.