Enum Class RevisedErrorHandling

java.lang.Object
java.lang.Enum<RevisedErrorHandling>
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling
All Implemented Interfaces:
Serializable, Comparable<RevisedErrorHandling>, Constable

@NonNullByDefault public enum RevisedErrorHandling extends Enum<RevisedErrorHandling>
Enumeration of possible treatments an UPDATE message and attributes can get based on the configuration of a peer.
Author:
Robert Varga
  • Enum Constant Details

    • NONE

      public static final RevisedErrorHandling NONE
      Do not use RFC7606 Revised Error Handling.
    • INTERNAL

      public static final RevisedErrorHandling INTERNAL
      Use RFC7606 Revised Error Handling, the peer is an internal neighbor.
    • EXTERNAL

      public static final RevisedErrorHandling EXTERNAL
      Use RFC7606 Revised Error Handling, the peer is an external neighbor.
  • Method Details