| Package | Description |
|---|---|
| org.onosproject.pim.impl |
PIM Emulation speak hello messages and listen to Join/Prunes.
|
| Modifier and Type | Method and Description |
|---|---|
static PIMNeighbor |
PIMNeighbor.createPimNeighbor(org.onlab.packet.IpAddress ipAddress,
org.onlab.packet.MacAddress macAddress,
Collection<org.onlab.packet.pim.PIMHelloOption> opts)
Creates a PIM neighbor based on an IP, MAC, and collection of PIM HELLO
options.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PIMNeighbor> |
PIMInterface.getNeighbors()
Gets the neighbors seen on this interface.
|
Copyright © 2016. All rights reserved.