Package: inet.routing.ospfv3
Ospfv3Splitter
simple module(no description)
Used in compound modules
Name | Type | Description |
---|---|---|
Ospfv3 | compound module | (no description) |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
ospfv3RoutingConfig | xml | ||
ospfv3IntConfig | xml | ||
interfaceTableModule | string | ||
routingTableModule | string | ||
routingTableModule6 | string |
Gates
Name | Direction | Size | Description |
---|---|---|---|
ipIn | input | ||
ipOut | output | ||
processIn [ ] | input |
input ipIn @labels(Ospfv3Packet/up); output ipOut @labels(Ospfv3Packet/down); |
|
processOut [ ] | output |
Source code
simple Ospfv3Splitter { parameters: //these are parameteters which need to be filled in omnetpp.ini file xml ospfv3RoutingConfig; xml ospfv3IntConfig; string interfaceTableModule; string routingTableModule; string routingTableModule6; gates: input ipIn @labels(Ipv6ControlInfo/up); output ipOut @labels(Ipv6ControlInfo/down); // input ipIn @labels(Ospfv3Packet/up); // output ipOut @labels(Ospfv3Packet/down); input processIn[]; output processOut[]; }File: src/inet/routing/ospfv3/Ospfv3Splitter.ned