Namespace inet
RipPacket
classRIPv2 packet
note: Authentication entry is not allowed
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
command | RipCommand | |
entry | RipEntry[] |
version is fixed: 2 |
Packet operations (observed)
action | module |
---|---|
insertAtBack | Rip |
peekAtFront | Rip |
Source code
// // RIPv2 packet // // note: Authentication entry is not allowed // class RipPacket extends FieldsChunk { RipCommand command; // version is fixed: 2 RipEntry entry[]; }File: src/inet/routing/rip/RipPacket.msg