RipPacket

Namespace inet

RipPacket

class

RIPv2 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)

actionmodule
insertAtBackRip
peekAtFrontRip

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