Interface Ipv6BgpPrefixSidTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Ipv6SidTlv, Ipv6SidTlv

    public interface Ipv6BgpPrefixSidTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping ipv6-bgp-prefix-sid-tlv {
       leaf process-ipv6-head-ability {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is bgp-inet/ipv6-bgp-prefix-sid-tlv
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends Ipv6BgpPrefixSidTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isProcessIpv6HeadAbility

        @Nullable Boolean isProcessIpv6HeadAbility()
        S flag position 0. If set then it means that the BGP speaker is capable of processing the IPv6 Segment Routing Header.
        Returns:
        java.lang.Boolean processIpv6HeadAbility, or null if not present