Package: inet.networklayer.ipv4
RoutingTableRecorder
simple moduleRecords changes in the routing tables (Ipv4RoutingTable) and interface tables (InterfaceTable) of all hosts and routers. The filename has to be specified in the routinglog-file configuration option that this module registers.
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| enabled | bool | true |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/control |
Source code
// // Records changes in the routing tables (~Ipv4RoutingTable) and interface tables // (~InterfaceTable) of all hosts and routers. The filename has to be specified // in the routinglog-file configuration option that this module registers. // simple RoutingTableRecorder { parameters: bool enabled = default(true); @display("i=block/control"); }File: src/inet/networklayer/ipv4/RoutingTableRecorder.ned