You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fastl4 profile with "keep-alive-interval disabled" validation error "['/tenant_3/application_3/fastL4.FW_3.profile/keepAliveInterval: should be integer']" is returned.
iControl REST error: code: 422, message: declaration is invalid, errors: ['/tenant_3/application_3/fastL4.FW_3.profile/keepAliveInterval: should be integer']
The default value for fastl4 profile "keep-alive-interval" is disabled.
*The default value (disabled) is not present in the config from the beginning, but if this value is changed to a different value and changed back to 0/disabled, then "keep-alive-interval disabled" is present in the config.
Reproduced by modifying keep-alive-interval for fastl4 profile:
Just to clarify the expected behavior:
If keep-alive-interval is set to disabled in an ltm profile fastl4 object, set the AS3 keepAliveInterval value to 0.
@jszczepanski correct! keepAliveInterval (integer) set the value to number of seconds between keep-alive probes. A value of 0 seconds disables the feature. ACC is indeed converting incorrectly
Environment
Summary
For fastl4 profile with "keep-alive-interval disabled" validation error "['/tenant_3/application_3/fastL4.FW_3.profile/keepAliveInterval: should be integer']" is returned.
Steps To Reproduce
Steps to reproduce the behavior:
The default value for fastl4 profile "keep-alive-interval" is disabled.
*The default value (disabled) is not present in the config from the beginning, but if this value is changed to a different value and changed back to 0/disabled, then "keep-alive-interval disabled" is present in the config.
Reproduced by modifying keep-alive-interval for fastl4 profile:
Additionally, it seems that this is specific to (at least) fastl4 profile, for example, the tcp profile cannot take value "disabled" but "0":
Expected Behavior
For fastl4 profile no error with "keep-alive-interval disabled"
Actual Behavior
/tenant_3/application_3/fastL4.FW_3.profile/keepAliveInterval: should be integer
The text was updated successfully, but these errors were encountered: