Interface CompareRouterid

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<CompareRouterid>, BestpathSelection, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Bestpath>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface CompareRouterid
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<CompareRouterid>, BestpathSelection
    Configures a BGP routrer to compare identical routes received from different external peers during the best path selection process and to select the route with the lowest router ID as the best path.

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

     case compare-routerid {
       leaf ignore-routerid {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-af-config/bestpath/bestpath-selection/compare-routerid
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<CompareRouterid> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isIgnoreRouterid

        @Nullable java.lang.Boolean isIgnoreRouterid()
        Returns:
        java.lang.Boolean ignoreRouterid, or null if not present