Soopx
Soopx
Same, I'm surprised there is no way to interrogate tunnel endpoints or crypto maps. Also, ios_facts doesn't recognise several interface types it's supposed to, like Loopback
I get a similar error, and it appears that the reason is that the function returns a list, when the model demands a dictionary: `pydantic_core._pydantic_core.ValidationError: 2 validation errors for ReplicationPolicy...
I've found the issue. In harborapi/models/model.py on line 493, it shows that "value" in the ReplicationFilter class is expecting a dictionary, but it's stored as a string. Editing this line...