Last Modified: Oct 19, 2025
Affected Product(s):
F5OS F5OS-A, F5OS-C
Known Affected Versions:
F5OS-A 1.8.0, F5OS-A 1.8.3, F5OS-C 1.8.0, F5OS-C 1.8.1, F5OS-C 1.8.2
Opened: Nov 08, 2024 Severity: 4-Minor
Sending a HTTP PUT to the system/f5-allowed-ips:allowed-ip URI where an entry is replaced (name is changed), F5OS returns the following error: { "ietf-restconf:errors": { "error": [ { "error-type": "application", "error-tag": "malformed-message", "error-path": "/openconfig-system:system/f5-allowed-ips:allowed-ips", "error-message": "/system/f5-allowed-ips:allowed-ips/allowed-ip{switched}: Duplicate IP. 10.10.10.10 is already configured as part of x." } ] } }
The system will not allow to commit.
Multiple allowed-ip entry settings use the same IP address.
Delete the existing allowed-ip entry and then create the new entry.
None