public interface PIMInterfaceService
| Modifier and Type | Method and Description |
|---|---|
PIMInterface |
getPIMInterface(org.onosproject.net.ConnectPoint cp)
Returns the PIM interface associated with the given connect point.
|
Set<PIMInterface> |
getPimInterfaces()
Retrieves the set of all interfaces running PIM.
|
PIMInterface getPIMInterface(org.onosproject.net.ConnectPoint cp)
cp - the connect point we want to get the PIM interface forSet<PIMInterface> getPimInterfaces()
Copyright © 2016. All rights reserved.