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 |
Direct method calls (observed)
| call to | function | info |
|---|---|---|
| MessageDispatcher | inet::MessageDispatcher::arrived | arrived |
| MessageDispatcher | inet::MessageDispatcher::handleRegisterProtocol | handleRegisterProtocol |
| InterfaceTable | inet::InterfaceTable::findInterfaceByName | findInterfaceByName |
| InterfaceTable | inet::InterfaceTable::interfaceChanged | interfaceChanged |
| Ospfv3Process | inet::ospfv3::Ospfv3Process::activateProcess | activateProcess |
Incoming messages (observed)
| gate | msg | kind | ctrl | srcModule | tags |
|---|---|---|---|---|---|
| ipIn | Packet | 0 | Ipv6 | DispatchProtocolInd, DispatchProtocolReq, DscpInd, EcnInd, HopLimitInd, InterfaceInd, L3AddressInd, MacAddressInd, NetworkProtocolInd, PacketProtocolTag, TosInd | |
| processIn[] | Packet | 0 | Ospfv3Process | DispatchProtocolReq, HopLimitReq, InterfaceReq, L3AddressReq, PacketProtocolTag |
Outgoing messages (observed)
| gate | msg | kind | ctrl | destModule | tags |
|---|---|---|---|---|---|
| ipOut | Packet | 0 | Ipv6 | DispatchProtocolReq, HopLimitReq, InterfaceReq, L3AddressReq, PacketProtocolTag | |
| processOut[] | Packet | 0 | Ospfv3Process | DispatchProtocolInd, DispatchProtocolReq, DscpInd, EcnInd, HopLimitInd, InterfaceInd, L3AddressInd, MacAddressInd, NetworkProtocolInd, PacketProtocolTag, TosInd |
Shared Tagging operations (observed)
| tagType | tagAction |
|---|---|
| InterfaceInd | getTag |
| PacketProtocolTag | getTag |
Tagging operations (observed)
| tagType | tagAction |
|---|---|
| inet::Ipv6InterfaceData | getTagForUpdate |
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