mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-23 13:21:21 +02:00
Fix javadoc error
Change-Id: Ica9ef8f921aa7b8ce891e17a6839bfec6f444068
This commit is contained in:
parent
b940190ec4
commit
b54e8ba3e9
@ -44,7 +44,7 @@ public interface SegmentRoutingService {
|
|||||||
/**
|
/**
|
||||||
* Minimum IP priority.
|
* Minimum IP priority.
|
||||||
*
|
*
|
||||||
* Should > 0 such that priority of /0 will not conflict with lowest
|
* Should < 0 such that priority of /0 will not conflict with lowest
|
||||||
* priority default entries.
|
* priority default entries.
|
||||||
*/
|
*/
|
||||||
int MIN_IP_PRIORITY = 10;
|
int MIN_IP_PRIORITY = 10;
|
||||||
|
@ -150,7 +150,7 @@ public class SegmentRoutingAppConfig extends Config<ApplicationId> {
|
|||||||
/**
|
/**
|
||||||
* Sets names of ports that are ignored by SegmentRouting.
|
* Sets names of ports that are ignored by SegmentRouting.
|
||||||
*
|
*
|
||||||
* @paran excludePorts names of ports that are ignored by SegmentRouting
|
* @param excludePorts names of ports that are ignored by SegmentRouting
|
||||||
* @return this {@link SegmentRoutingAppConfig}
|
* @return this {@link SegmentRoutingAppConfig}
|
||||||
*/
|
*/
|
||||||
public SegmentRoutingAppConfig setExcludePorts(Set<String> excludePorts) {
|
public SegmentRoutingAppConfig setExcludePorts(Set<String> excludePorts) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user