All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, BgpWellKnownStdCommunity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject

@Generated("mdsal-binding-generator") public interface LLGRSTALE extends BgpWellKnownStdCommunity
LLGR_STALE community can be used to mark stale routes retained for a longer period of time. Such long-lived stale routes are to be handled according to the procedures specified in RFC

This class represents the following YANG schema fragment defined in module bgp-ll-graceful-restart

 identity LLGR_STALE {
   base bgp-well-known-std-community;
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull LLGRSTALE
    Singleton value representing the LLGRSTALE identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends LLGRSTALE>
     
  • Field Details

    • QNAME

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

      static final @NonNull LLGRSTALE VALUE
      Singleton value representing the LLGRSTALE identity.
  • Method Details

    • implementedInterface

      Class<? extends LLGRSTALE> implementedInterface()
      Specified by:
      implementedInterface in interface BgpWellKnownStdCommunity
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>