All Superinterfaces:
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, RouteDistinguisherGrouping
All Known Subinterfaces:
EvpnDestination, EvpnRoute

@Generated("mdsal-binding-generator") public interface Evpn extends org.opendaylight.yangtools.yang.binding.DataObject, RouteDistinguisherGrouping
The EVPN NLRI is carried in BGP [RFC4271] using BGP Multiprotocol Extensions [RFC4760] with an Address Family Identifier (AFI) of 25 (L2VPN) and a Address Family Identifier (SAFI) of 70 (EVPN)

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

 grouping evpn {
   choice evpn-choice {
     case ethernet-a-d-route-case {
       uses ethernet-a-d-route;
     }
     case mac-ip-adv-route-case {
       uses mac-ip-adv-route;
     }
     case inc-multi-ethernet-tag-res-case {
       uses inc-multi-ethernet-tag-res;
     }
     case es-route-case {
       uses es-route;
     }
   }
   uses bgp-t:route-distinguisher-grouping;
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends Evpn> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface RouteDistinguisherGrouping
    • getEvpnChoice

      EvpnChoice getEvpnChoice()
      Return evpnChoice, or null if it is not present.
      Returns:
      EvpnChoice evpnChoice, or null if it is not present.