netconf
netconf copied to clipboard
NETCONF implementation in Go.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.34.0 to 0.37.0. Commits 959f8f3 go.mod: update golang.org/x dependencies 769bcd6 ssh: use the configured rand in kex init d0a798f cryptobyte: fix typo 'octects' into 'octets' for asn1.go...
While working with an internal netconf service I discovered that OKResp and other structs were not being parsed properly. This is because xml (and thus `encoding/xml`) is document focused. An...
This a super basic callhome functionality based on rfc8071. Tested with real netconf device (in SSH mode), didn't test with TLS. Opening as a DRAFT, if it is something you...
This forks `encoding/xml` to add support for self closing tags. The patch has been upstreamed as https://go-review.googlesource.com/c/go/+/469495. If that patch or something similar to fix https://github.com/golang/go/issues/21399 has been accepted then...
This is not an issue, but I suggest to enhance it for rainy day case. Problem Description: 1. started a netconf client normally, make sure it works. 2. restart netconf...
There is no Get method by current. It is defined in [Section 7.7 of RFC6241](https://www.rfc-editor.org/rfc/rfc6241.html#section-7.7) Please help to add it.
Github runners now allow for nested virtualization (i.e KVM) and so using a lot more integration testing should be possible and aren't limited to just the what we can try...
The `` element defined in RFC6241 has really two uses. 1. The session/netconf library uses to parse an incoming type (reply vs notification, etc) as well as data about the...
I am pretty sure `session.Close` as implemented is a bit wrong. We are properly using `` rpc message to gracefully close the session with the netconf server, however then we...
Update to the latest two recently released Go versions.