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()