You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2020. It is now read-only.
If you commit with generatekeys set to true while not at the top (ie, if you're in say "edit protocols tinc test" level) you get the following error:
nvx@ERL# commit
[ protocols tinc test ]
The specified configuration node is not valid
Set failed
The specified configuration node is not valid
Set failed
[edit protocols tinc test]
nvx@ERL#```
Committing from the top level results in an unhelpful error "Aborted" and the config session is left quite broken (running "compare" says no changes while running "show" shows a every config option as pending removal):
``` [edit]
nvx@ERL# commit
Aborted
[edit]
nvx@ERL# compare
No changes between working and active configurations
[edit]
nvx@ERL# show
-interfaces {
- ethernet eth0 {
- address 10.190.38.253/24
- description LAN
- duplex auto
- mtu 1500
- speed auto
- }
- ethernet eth1 {
- duplex auto
- speed auto
- }
- ethernet eth2 {
- address 10.190.39.144/31
- description "ERL - ERXAS"
- duplex auto
- speed auto
- }
- loopback lo {
- address 10.190.39.152/32
- }
-}