| getip6tunnelparamResult Structure Definition |
The getip6tunnelparamResult structure defines the return type for getip6tunnelparam 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. |
ip6tunnelparamList |
List of ip6tunnelparams |
| ip6tunnelparam Structure Definition |
The ip6tunnelparam structure defines the actual return type values for getip6tunnelparam API. |
Syntax |
Members |
srcip |
Common source IPv6 address for all IPv6 tunnels. Must be a SNIP6 or VIP6 address. |
dropfrag |
Drop any packet that requires fragmentation. |
dropfragcputhreshold |
Threshold value, as a percentage of CPU usage, at which to drop packets that require fragmentation. Applies only if dropFragparameter is set to NO. |
srciproundrobin |
Use a different source IPv6 address for each new session through a particular IPv6 tunnel, as determined by round robin selection of one of the SNIP6 addresses. This setting is ignored if a common global source IPv6 address has been specified for all the IPv6 tunnels. This setting does not apply to a tunnel for which a source IPv6 address has been specified. |
useclientsourceipv6 |
Use client source IPv6 address as source IPv6 address for outer tunnel IPv6 header |
_nextgenapiresource |
See Also |