All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping, RouteDistinguisherGrouping
All Known Subinterfaces:
EvpnDestination, EvpnRoute

@Generated("mdsal-binding-generator") public interface Evpn extends org.opendaylight.yangtools.binding.Grouping, 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;
 }
 
  • Method Details

    • getEvpnChoice

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