@NonNullByDefault
public interface EvpnRegistry
Modifier and Type | Method and Description |
---|---|
@Nullable EvpnChoice |
parseEvpn(NlriType type,
io.netty.buffer.ByteBuf buffer)
Decode input buffer to BGP Evpn.
|
io.netty.buffer.ByteBuf |
serializeEvpn(EvpnChoice evpn,
io.netty.buffer.ByteBuf common)
Encode input BGP Evpn to output buffer.
|
@Nullable EvpnChoice |
serializeEvpnModel(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
Decode Evpn Model to Evpn.
|
@Nullable EvpnChoice |
serializeEvpnRouteKey(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
Create Route key from Evpn model.
|
@Nullable EvpnChoice parseEvpn(NlriType type, io.netty.buffer.ByteBuf buffer)
type
- Nlri Typebuffer
- encoded EvpnChoice body in Bytebufio.netty.buffer.ByteBuf serializeEvpn(EvpnChoice evpn, io.netty.buffer.ByteBuf common)
evpn
- EvpnChoicecommon
- encoded common Evpn@Nullable EvpnChoice serializeEvpnModel(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
evpnChoice
- ChoiceNode containing Evpn@Nullable EvpnChoice serializeEvpnRouteKey(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
evpnChoice
- ChoiceNode containing EvpnCopyright © 2020 OpenDaylight. All rights reserved.