mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
OSPF-API refactored based on review comments, ONOS-2738
Change-Id: I94b22fd8f9eb8e706f049348de8ce99e2e599d67
This commit is contained in:
parent
49abe71b0a
commit
11b02ffccf
@ -67,25 +67,6 @@ public interface OspfController {
|
||||
*/
|
||||
public void deleteConfig(List<OspfProcess> processes, String attribute);
|
||||
|
||||
/**
|
||||
* Gets string representation of area configuration parameters to be displayed after CLI command.
|
||||
*
|
||||
* @param processId process Id
|
||||
* @param areaId area Id
|
||||
* @return Area Information
|
||||
*/
|
||||
public String showAreaParameters(String processId, String areaId);
|
||||
|
||||
/**
|
||||
* Gets string representation of area configuration information for the given area/process.
|
||||
* This method will be called for CLI command.
|
||||
*
|
||||
* @param processId process id to which area belongs
|
||||
* @param areaId area id
|
||||
* @return string representation of area configuration for CLI display
|
||||
*/
|
||||
List<String> showAreaConfigurations(String processId, String areaId);
|
||||
|
||||
/**
|
||||
* Gets the list of listeners registered for router events.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user