Uses of Class
org.opendaylight.protocol.bgp.flowspec.l3vpn.AbstractFlowspecL3vpnNlriParser
-
-
Uses of AbstractFlowspecL3vpnNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn
Classes in org.opendaylight.protocol.bgp.flowspec.l3vpn with type parameters of type AbstractFlowspecL3vpnNlriParser Modifier and Type Class Description class
AbstractFlowspecL3vpnRIBSupport<T extends AbstractFlowspecL3vpnNlriParser,C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject,S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>,R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<I>,I extends org.opendaylight.yangtools.yang.binding.Identifier<R>>
-
Uses of AbstractFlowspecL3vpnNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4
Subclasses of AbstractFlowspecL3vpnNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv4 Modifier and Type Class Description class
FlowspecL3vpnIpv4NlriParser
L3 VPN IPv4 flowspec parser. -
Uses of AbstractFlowspecL3vpnNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6
Subclasses of AbstractFlowspecL3vpnNlriParser in org.opendaylight.protocol.bgp.flowspec.l3vpn.ipv6 Modifier and Type Class Description class
FlowspecL3vpnIpv6NlriParser
L3 VPN IPv6 flowspec parser.
-