LocalLB::TCPPacketTTLMode

Introduced : BIG-IP_v13.0.0
An enumeration of different modes for a TCP profile&aposs IP header TTL value.

Members

Member

Value

Description

TCP_PACKET_IP_TTL_UNKNOWN

0

The IP header’s TTL value is unknown (or is unsupported by iControl).

TCP_PACKET_IP_TTL_PROXY

1

Set the outgoing TCP packet’s IP header TTL value to 255 for IPv4 or 64 for IPv6.

TCP_PACKET_IP_TTL_PRESERVE

2

Set the outgoing TCP packet’s IP TTL header value to be same as incoming TTL value.

TCP_PACKET_IP_TTL_DECREMENT

3

Set the outgoing TCP packet’s IP TTL header value to be one less than the incoming TTL value.

TCP_PACKET_IP_TTL_SET

4

Set the outgoing TCP packet’s IP header TTL value to a specified value.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.