| Package | Description |
|---|---|
| org.onosproject.mfwd.impl |
Sample Multicast forwarding framework using intents.
|
| Modifier and Type | Method and Description |
|---|---|
McastRouteGroup |
McastRouteTable.findMcastGroup(org.onlab.packet.IpPrefix group)
Find the specific multicast group entry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.onlab.packet.IpPrefix,McastRouteGroup> |
McastRouteTable.getMrib4()
Get the IPv4 MRIB.
|
Map<org.onlab.packet.IpPrefix,McastRouteGroup> |
McastRouteTable.getMrib6()
Get the IPv6 MRIB.
|
| Modifier and Type | Method and Description |
|---|---|
void |
McastRouteSource.setGroup(McastRouteGroup group)
Set our parent multicast group.
|
Copyright © 2015. All rights reserved.