public interface MvpnRegistry
Modifier and Type | Method and Description |
---|---|
MvpnChoice |
parseMvpn(NlriType type,
io.netty.buffer.ByteBuf buffer)
Decode input buffer to BGP Mvpn.
|
io.netty.buffer.ByteBuf |
serializeMvpn(MvpnChoice mvpn)
Encode input BGP mvpn to output buffer.
|
@Nullable MvpnChoice parseMvpn(@Nonnull NlriType type, @Nonnull io.netty.buffer.ByteBuf buffer)
type
- Nlri Typebuffer
- encoded MvpnChoice body in Bytebuf@Nonnull io.netty.buffer.ByteBuf serializeMvpn(@Nonnull MvpnChoice mvpn)
mvpn
- MvpnChoiceCopyright © 2019 OpenDaylight. All rights reserved.