public class PrefixNLRI extends LinkStateNLRI
log, NLRIType, TotalNLRILength
bytes, length
Constructor and Description |
---|
PrefixNLRI() |
PrefixNLRI(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
encode() |
IPReachabilityInformationPrefixDescriptorSubTLV |
getIpReachability() |
LocalNodeDescriptorsTLV |
getLocalNodeDescriptors() |
OSPFRouteTypePrefixDescriptorSubTLV |
getOSPFRouteType() |
int |
getProtocolID() |
long |
getRoutingUniverseIdentifier() |
void |
setIpReachability(IPReachabilityInformationPrefixDescriptorSubTLV ipReachability) |
void |
setLocalNodeDescriptors(LocalNodeDescriptorsTLV localNodeDescriptors) |
void |
setOSPFRouteType(OSPFRouteTypePrefixDescriptorSubTLV oSPFRouteType) |
void |
setProtocolID(int protocolID) |
encodeHeader, equals, getNLRILength, getNLRIType, getNLRIType, getTotalNLRILength, getTotalTLVLength, getType, hashCode, setNLRIType, setTotalNLRILength
getBytes, getLength, setBytes, setLength
public PrefixNLRI()
public PrefixNLRI(byte[] bytes, int offset)
public void encode()
encode
in interface BGP4Element
encode
in class LinkStateNLRI
public int getProtocolID()
public void setProtocolID(int protocolID)
public LocalNodeDescriptorsTLV getLocalNodeDescriptors()
public void setLocalNodeDescriptors(LocalNodeDescriptorsTLV localNodeDescriptors)
public long getRoutingUniverseIdentifier()
public OSPFRouteTypePrefixDescriptorSubTLV getOSPFRouteType()
public void setOSPFRouteType(OSPFRouteTypePrefixDescriptorSubTLV oSPFRouteType)
public IPReachabilityInformationPrefixDescriptorSubTLV getIpReachability()
public void setIpReachability(IPReachabilityInformationPrefixDescriptorSubTLV ipReachability)
Copyright © 2016. All rights reserved.