LocalLB::ProfileFastL4::set_packet_df_mode

Introduced : BIG-IP_v13.0.0
Sets the IP header DF bit modes for the specified FastL4 profiles. The DF (Don&apost Fragment) bit in the IP header of a packet indicates the IP layer implementation to not fragment the outgoing IP packets even if the packet length exceeds the MTU (Maximum Tranfer Unit) of the outgoing interface. This method allows you to set various modes that control the value of DF bit in the IP header of outgoing packets. These modes are to always set, always clear, carry over from the incoming packet&aposs DF bit value or to set the DF bit only if Path MTU is enabled.

Prototype

 set_packet_df_mode(
    in String [] profile_names,
    in LocalLB__ProfileTCPPacketDFMode [] values
);

Parameters

Parameter Type Description
profile_names String [] The names of the FastL4 profiles.
values ProfileTCPPacketDFMode [] The IP header DF bit modes.

Return Type

Type Description
void  

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

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.