Package: inet.networklayer.ipv4
Ipv4NatTable
simple moduleStores the network address translation table.
Used in compound modules
Name | Type | Description |
---|---|---|
Ipv4NetworkLayer | compound module |
Network layer of an IPv4 node. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
networkProtocolModule | string | "^.ip" | |
config | xml | xml(" |
XML configuration parameters for network address translation |
Properties
Name | Value | Description |
---|---|---|
display | i=block/table |
Source code
// // Stores the network address translation table. // simple Ipv4NatTable { parameters: string networkProtocolModule = default("^.ip"); xml config = default(xml("<config></config>")); // XML configuration parameters for network address translation @display("i=block/table"); }File: src/inet/networklayer/ipv4/Ipv4NatTable.ned