| Package | Description |
|---|---|
| org.onosproject.bgpio.types |
Implementation of Tlvs, Attributes and Descriptors.
|
| org.onosproject.bgpio.types.attr |
Implementation of BGP Link state attribute Tlvs.
|
| Modifier and Type | Method and Description |
|---|---|
static WideCommunityExcludeTarget |
WideCommunityExcludeTarget.read(org.jboss.netty.buffer.ChannelBuffer c)
Reads the channel buffer and returns object of WideCommunityExcludeTarget.
|
| Modifier and Type | Method and Description |
|---|---|
WideCommunityExcludeTarget |
WideCommunity.excludeTarget()
Returns wide community exclude target.
|
| Modifier and Type | Method and Description |
|---|---|
static WideCommunity |
WideCommunity.of(WideCommunityAttrHeader wideCommunityHeader,
int community,
int localAsn,
int contextAsn,
WideCommunityTarget target,
WideCommunityExcludeTarget excludeTarget,
WideCommunityParameter parameter)
Returns object of this class with specified values.
|
void |
WideCommunity.setExcludeTarget(WideCommunityExcludeTarget excludeTarget)
Sets wide community exclude target.
|
| Constructor and Description |
|---|
WideCommunity(WideCommunityAttrHeader wideCommunityHeader,
int community,
int localAsn,
int contextAsn,
WideCommunityTarget target,
WideCommunityExcludeTarget excludeTarget,
WideCommunityParameter parameter)
Creates an instance of wide community.
|
Copyright © 2016. All rights reserved.