| Package | Description |
|---|---|
| org.onosproject.mfwd.impl |
Sample Multicast forwarding framework using intents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
McastRouteGroup
The McastRouteGroup extends the McastRouteBase class and serves two purposes:
first it represents a (*, G) multicast route entry.
|
class |
McastRouteSource
This class represents and specific multicast senders source address.
|
| Modifier and Type | Method and Description |
|---|---|
McastRouteBase |
McastRouteTable.addRoute(org.onlab.packet.IpPrefix spfx,
org.onlab.packet.IpPrefix gpfx)
Add a multicast route to the MRIB.
|
McastRouteBase |
McastRouteTable.addRoute(String saddr,
String gaddr)
Add a multicast route to the MRIB.
|
Copyright © 2015. All rights reserved.