| getnat64paramResult Structure Definition |
The getnat64paramResult structure defines the return type for getnat64param API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nat64paramList |
List of nat64params |
| nat64param Structure Definition |
The nat64param structure defines the actual return type values for getnat64param API. |
Syntax |
Members |
td |
Integer value that uniquely identifies the traffic domain in which you want to configure the entity. |
nat64ignoretos |
Ignore TOS. |
nat64zerochecksum |
Calculate checksum for UDP packets with zero checksum |
nat64v6mtu |
MTU setting for the IPv6 side. If the incoming IPv4 packet greater than this, either fragment or send icmp need fragmentation error. |
nat64fragheader |
When disabled, translator will not insert IPv6 fragmentation header for non fragmented IPv4 packets |
_nextgenapiresource |
See Also |