To use those enums, in the Terraform HCL file, the key value must be " " with a single whitespace.
Junos will accept whitespace and it's harmonious to Terraform's HCL.
Go-NETCONF bumped version to v0.1.5
There was a locking issue with errors. Mutex now releases on error and the connection can continue to be used.
Error handling dumps data to a file instead of panicing.
We know when we should panic. Like not being able to open a connection is a catastrophic failure and thus, the program should immediately exit.
A normal error such as Junos refusing to commit because of a missing dependency during a set of deletions is considered a convergence characteristic and not an error, so do not panic.
pyang steps now provide a readable error message
YANG list enums are now handled
To use those enums, in the Terraform HCL file, the key value must be " " with a single whitespace. Junos will accept whitespace and it's harmonious to Terraform's HCL.
Go-NETCONF bumped version to v0.1.5 There was a locking issue with errors. Mutex now releases on error and the connection can continue to be used.
Error handling dumps data to a file instead of panicing.