Class VpnIpv6NlriParser
java.lang.Object
org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
org.opendaylight.protocol.bgp.l3vpn.unicast.ipv6.VpnIpv6NlriParser
- All Implemented Interfaces:
 NlriParser,NlriSerializer
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected AdvertizedRoutesprotected List<VpnDestination>protected WithdrawnRoutesprotected List<VpnDestination>Methods inherited from class org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
parseNlri, parseNlri, serializeAttributeMethods 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
- 
VpnIpv6NlriParser
public VpnIpv6NlriParser() 
 - 
 - 
Method Details
- 
getWithdrawnVpnDestination
- Specified by:
 getWithdrawnVpnDestinationin classAbstractVpnNlriParser
 - 
getAdvertizedVpnDestination
- Specified by:
 getAdvertizedVpnDestinationin classAbstractVpnNlriParser
 - 
getWithdrawnRoutesByDestination
- Specified by:
 getWithdrawnRoutesByDestinationin classAbstractVpnNlriParser
 - 
getAdvertizedRoutesByDestination
- Specified by:
 getAdvertizedRoutesByDestinationin classAbstractVpnNlriParser
 
 -