Open Aircoookie opened 1 month ago
Host is written to config.json as trustpoint_ipv4 and validated as IPv4 address, and thus fails in case this is a non-IPv4 value, e.g. localhost.
config.json
trustpoint_ipv4
localhost
Host is written to
config.json
astrustpoint_ipv4
and validated as IPv4 address, and thus fails in case this is a non-IPv4 value, e.g.localhost
.