public interface EvpnRegistry
Modifier and Type | Method and Description |
---|---|
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.
|
EvpnChoice |
serializeEvpnModel(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
Decode Evpn Model to Evpn.
|
EvpnChoice |
serializeEvpnRouteKey(org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
Create Route key from Evpn model.
|
@Nullable EvpnChoice parseEvpn(@Nonnull NlriType type, @Nonnull io.netty.buffer.ByteBuf buffer)
type
- Nlri Typebuffer
- encoded EvpnChoice body in Bytebuf@Nonnull io.netty.buffer.ByteBuf serializeEvpn(@Nonnull EvpnChoice evpn, @Nonnull io.netty.buffer.ByteBuf common)
evpn
- EvpnChoicecommon
- encoded common Evpn@Nullable EvpnChoice serializeEvpnModel(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
evpnChoice
- ChoiceNode containing Evpn@Nullable EvpnChoice serializeEvpnRouteKey(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode evpnChoice)
evpnChoice
- ChoiceNode containing EvpnCopyright © 2019 OpenDaylight. All rights reserved.