| Package | Description |
|---|---|
| org.onosproject.bgpio.protocol |
BGP Protocol specific components.
|
| org.onosproject.bgpio.protocol.ver4 |
BGP Protocol specific details of version 4.
|
| Modifier and Type | Method and Description |
|---|---|
BgpPathAttributes |
BgpUpdateMsg.bgpPathAttributes()
Returns path attributes in BGP Update Message.
|
| Modifier and Type | Method and Description |
|---|---|
BgpPathAttributes |
BgpUpdateMsgVer4.bgpPathAttributes() |
static BgpPathAttributes |
BgpPathAttributes.read(org.jboss.netty.buffer.ChannelBuffer cb)
Reads from channelBuffer and parses BGP path attributes.
|
| Constructor and Description |
|---|
BgpUpdateMsgVer4(BgpHeader bgpHeader,
List<org.onlab.packet.IpPrefix> withdrawnRoutes,
BgpPathAttributes bgpPathAttributes,
List<org.onlab.packet.IpPrefix> nlri)
Constructor to initialize parameters for BGP Update message.
|
Copyright © 2016. All rights reserved.