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
public final class VpnIpv4NlriParser extends AbstractVpnNlriParser
-
-
Constructor Summary
Constructors Constructor Description VpnIpv4NlriParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdvertizedRoutes
getAdvertizedRoutesByDestination(List<VpnDestination> dst)
protected List<VpnDestination>
getAdvertizedVpnDestination(DestinationType dstType)
protected WithdrawnRoutes
getWithdrawnRoutesByDestination(List<VpnDestination> dst)
protected List<VpnDestination>
getWithdrawnVpnDestination(DestinationType dstType)
-
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
-
-
-
-
Method Detail
-
getWithdrawnVpnDestination
protected List<VpnDestination> getWithdrawnVpnDestination(DestinationType dstType)
- Specified by:
getWithdrawnVpnDestination
in classAbstractVpnNlriParser
-
getAdvertizedVpnDestination
protected List<VpnDestination> getAdvertizedVpnDestination(DestinationType dstType)
- Specified by:
getAdvertizedVpnDestination
in classAbstractVpnNlriParser
-
getWithdrawnRoutesByDestination
protected WithdrawnRoutes getWithdrawnRoutesByDestination(List<VpnDestination> dst)
- Specified by:
getWithdrawnRoutesByDestination
in classAbstractVpnNlriParser
-
getAdvertizedRoutesByDestination
protected AdvertizedRoutes getAdvertizedRoutesByDestination(List<VpnDestination> dst)
- Specified by:
getAdvertizedRoutesByDestination
in classAbstractVpnNlriParser
-
-