public interface BGPSession extends AutoCloseable, io.netty.channel.ChannelInboundHandler
Closeable
interface.
If the session is up, it has to redirect messages to/from user. Handles also malformed messages and unknown requests.Modifier and Type | Method and Description |
---|---|
List<AddressFamilies> |
getAdvertisedAddPathTableTypes()
Return a list with Add Path tables supported advertised and corresponding SendReceive mode.
|
List<BgpTableType> |
getAdvertisedGracefulRestartTableTypes()
Return the list of tables which the peer has advertised to support.
|
Set<BgpTableType> |
getAdvertisedTableTypes()
Return the list of tables which the peer has advertised to support.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getAsNumber()
Return the AS number which the peer advertises.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getBgpId()
Return the BGP router ID advertised by the peer.
|
close
Set<BgpTableType> getAdvertisedTableTypes()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getBgpId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getAsNumber()
List<AddressFamilies> getAdvertisedAddPathTableTypes()
List<BgpTableType> getAdvertisedGracefulRestartTableTypes()
Copyright © 2018 OpenDaylight. All rights reserved.