Class AbstractVpnNlriParser
java.lang.Object
org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
- All Implemented Interfaces:
NlriParser,NlriSerializer
- Direct Known Subclasses:
VpnIpv4NlriParser,VpnIpv6NlriParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AdvertizedRoutesprotected abstract List<VpnDestination>protected abstract WithdrawnRoutesprotected abstract List<VpnDestination>voidparseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer.voidparseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer.voidserializeAttribute(Attributes pathAttributes, io.netty.buffer.ByteBuf byteAggregator) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.protocol.bgp.parser.spi.NlriParser
convertMpReachToMpUnReach
-
Constructor Details
-
AbstractVpnNlriParser
public AbstractVpnNlriParser()
-
-
Method Details
-
getWithdrawnVpnDestination
-
getAdvertizedVpnDestination
-
getWithdrawnRoutesByDestination
-
getAdvertizedRoutesByDestination
-
serializeAttribute
- Specified by:
serializeAttributein interfaceNlriSerializer
-
parseNlri
public void parseNlri(io.netty.buffer.ByteBuf nlri, MpUnreachNlriBuilder builder, PeerSpecificParserConstraint constraint) Description copied from interface:NlriParserParse MP UN_REACH NLRI from buffer.- Specified by:
parseNlriin interfaceNlriParser- Parameters:
nlri- Encoded unreachable NLRI in ByteBuf.builder- MP UNREACH NLRI builder.constraint- Peer specific constraints.
-
parseNlri
public void parseNlri(io.netty.buffer.ByteBuf nlri, MpReachNlriBuilder builder, PeerSpecificParserConstraint constraint) Description copied from interface:NlriParserParse MP UN_REACH NLRI from buffer.- Specified by:
parseNlriin interfaceNlriParser- Parameters:
nlri- Encoded reachable NLRI in ByteBuf.builder- MP REACH NLRI builder.constraint- Peer specific constraints.
-