| Package | Description |
|---|---|
| org.onosproject.mfwd.cli |
Sample Multicast forwarding framework using intents.
|
| org.onosproject.mfwd.impl |
Sample Multicast forwarding framework using intents.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
McastShowCommand.json(McastRouteTable mrt) |
protected void |
McastShowCommand.printMrib4(McastRouteTable mrt)
Displays multicast route table entries.
|
| Modifier and Type | Method and Description |
|---|---|
McastRouteTable |
MRibCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context)
Decode json format and insert into the flow table.
|
static McastRouteTable |
McastRouteTable.getInstance()
Get the single instance of this multicast group address.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
MRibCodec.encode(McastRouteTable mcastRouteTable,
org.onosproject.codec.CodecContext context)
Encode the MRIB into json format.
|
Copyright © 2015. All rights reserved.