All Superinterfaces:
BgpRibRoute, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowspecDestination, FlowspecDestinationGroupIpv4, PathAttributes, PathIdGrouping, Route
All Known Subinterfaces:
FlowspecL3vpnRoute, FlowspecRoute

@Generated("mdsal-binding-generator") public interface FlowspecIpv4RouteList extends org.opendaylight.yangtools.yang.binding.DataObject, FlowspecDestinationGroupIpv4, BgpRibRoute

This class represents the following YANG schema fragment defined in module bgp-flowspec

 grouping flowspec-ipv4-route-list {
   uses flowspec-destination-group-ipv4;
   uses bgp-rib-route;
 }