Class VpnIpv4NlriParser
java.lang.Object
org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
org.opendaylight.protocol.bgp.l3vpn.unicast.ipv4.VpnIpv4NlriParser
- All Implemented Interfaces:
NlriParser
,NlriSerializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AdvertizedRoutes
protected List<VpnDestination>
protected WithdrawnRoutes
protected List<VpnDestination>
Methods inherited from class org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
parseNlri, parseNlri, serializeAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.protocol.bgp.parser.spi.NlriParser
convertMpReachToMpUnReach
-
Constructor Details
-
VpnIpv4NlriParser
public VpnIpv4NlriParser()
-
-
Method Details
-
getWithdrawnVpnDestination
- Specified by:
getWithdrawnVpnDestination
in classAbstractVpnNlriParser
-
getAdvertizedVpnDestination
- Specified by:
getAdvertizedVpnDestination
in classAbstractVpnNlriParser
-
getWithdrawnRoutesByDestination
- Specified by:
getWithdrawnRoutesByDestination
in classAbstractVpnNlriParser
-
getAdvertizedRoutesByDestination
- Specified by:
getAdvertizedRoutesByDestination
in classAbstractVpnNlriParser
-