public abstract class ReachAttributeParser
extends org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser
implements org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
MPReachAttributeParser and
MPUnreachAttributeParser. These attributes share their RFC7606 handling in that failure to parse them
cannot lead to a treat-as-withdraw handling of the message. Individual parser may need access to
RevisedErrorHandling for AFI/SAFI-specific parsing.| Constructor and Description |
|---|
ReachAttributeParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ignoreDuplicates(org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling) |
abstract void |
parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling,
org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint) |
parseAttributepublic boolean ignoreDuplicates(org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling)
ignoreDuplicates in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParserpublic abstract void parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling errorHandling,
org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint constraint)
throws org.opendaylight.protocol.bgp.parser.BGPDocumentedException
parseAttribute in interface org.opendaylight.protocol.bgp.parser.spi.AttributeParserparseAttribute in class org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParserorg.opendaylight.protocol.bgp.parser.BGPDocumentedExceptionCopyright © 2019 OpenDaylight. All rights reserved.