tonic12
tonic12
Hi, Michal! ODL for netconf-callhome use (https://tools.ietf.org/html/rfc8071) in section-4.1 point S7 we looks: > If a persistent connection is desired, the NETCONF/RESTCONF server, as the connection initiator, SHOULD actively test...
I found where lost `{ "id": "LAN9", "ip-address": "9.9.9.9" }`. It because we delete items every iteration, even when we add it. That's **list** and we have no key for...
Init state: ``` { "test-router:interface": [ { "id": "LAN4", "ip-address": "1.1.1.1" }, { "id": "LAN2", "ip-address": "2.2.2.2" }, { "id": "LAN3", "ip-address": "3.3.3.3" }, { "id": "WAN", "ip-address": "4.4.4.4" },...