| Package | Description |
|---|---|
| org.onosproject.pim.impl |
PIM Emulation speak hello messages and listen to Join/Prunes.
|
| Modifier and Type | Method and Description |
|---|---|
PIMInterface |
PIMInterface.Builder.build()
Builds the PIM interface.
|
PIMInterface |
PIMInterfaceService.getPIMInterface(org.onosproject.net.ConnectPoint cp)
Returns the PIM interface associated with the given connect point.
|
PIMInterface |
PIMInterfaceManager.getPIMInterface(org.onosproject.net.ConnectPoint cp) |
PIMInterface |
PIMInterface.setInterface(org.onosproject.incubator.net.intf.Interface intf)
Set the ONOS Interface, it will override a previous value.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PIMInterface> |
PIMInterfaceService.getPimInterfaces()
Retrieves the set of all interfaces running PIM.
|
Set<PIMInterface> |
PIMInterfaceManager.getPimInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
PIMPacketHandler.processPacket(org.onlab.packet.Ethernet ethPkt,
PIMInterface pimi)
Sanitize and process the packet.
|
Copyright © 2016. All rights reserved.