| 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.