|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--SSF.OS.BGP4.Comm.Message
|
+--SSF.OS.BGP4.Timing.TimeoutMessage
|
+--SSF.OS.BGP4.Timing.MRAITimeoutMessage
Used to notify BGP that a per-peer, per-destination MRAI Timer has expired.
| Field Summary | |
IPaddress |
nlri
The NLRI from the update message which caused this timer to start. |
| Fields inherited from class SSF.OS.BGP4.Timing.TimeoutMessage |
nh, to_type |
| Fields inherited from class SSF.OS.BGP4.Comm.Message |
KEEPALIVE, NOTICEUPDATE, NOTIFICATION, OCTETS_IN_HEADER, OPEN, RUN, STARTSTOP, TIMEOUT, TRANSPORT, typ, typeNames, UPDATE, version |
| Constructor Summary | |
MRAITimeoutMessage(java.lang.String nhipre,
IPaddress ipa)
Initialize the message data. |
|
| Methods inherited from class SSF.OS.BGP4.Comm.Message |
body_bytecount, bytecount, header_bytecount, readExternal, toString, type2str, version, writeExternal |
| Methods inherited from class SSF.OS.ProtocolMessage |
carryPayload, copy, dropHeader, dropPayload, frombytes, fromVersion, payload, previous, size, tobytes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public IPaddress nlri
| Constructor Detail |
public MRAITimeoutMessage(java.lang.String nhipre,
IPaddress ipa)
nhipre - The NHI prefix of the peer to whom this timeout is
relevant.ipa - The NLRI relevant to the MRAI timeout message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||