Fortinet white logo
Fortinet white logo

Script Reference Guide

TCP:isolate_server_error(flag)

TCP:isolate_server_error(flag)

Allows you to isolate the client connection in the event of a real server error. If the flag is 1, then FortiADC will not close the client when the real server sends a RESET to FortiADC.

Syntax

TCP:isolate_server_error(flag)

Arguments

Name Description

flag

  • 1: Isolate server error.

  • 0: Does not isolate server error (default).

Events

Applicable in RULE_INIT.

Example

when RULE_INIT { 
    TCP:isolate_server_error(1) 
} 

Supported Version

FortiADC version 6.1.1 and later.

TCP:isolate_server_error(flag)

TCP:isolate_server_error(flag)

Allows you to isolate the client connection in the event of a real server error. If the flag is 1, then FortiADC will not close the client when the real server sends a RESET to FortiADC.

Syntax

TCP:isolate_server_error(flag)

Arguments

Name Description

flag

  • 1: Isolate server error.

  • 0: Does not isolate server error (default).

Events

Applicable in RULE_INIT.

Example

when RULE_INIT { 
    TCP:isolate_server_error(1) 
} 

Supported Version

FortiADC version 6.1.1 and later.