Interface BgpNeighborErrorHandlingConfig

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

    public interface BgpNeighborErrorHandlingConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configuration parameters relating to enhanced error handling behaviours for BGP

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

     grouping bgp-neighbor-error-handling_config {
       leaf treat-as-withdraw {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-neighbor-error-handling_config
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Boolean isTreatAsWithdraw()
        Specify whether erroneous UPDATE messages for which the NLRI can be extracted are treated as though the NLRI is withdrawn - avoiding session reset
        Returns:
        java.lang.Boolean treatAsWithdraw, or null if not present