Page MenuHomeVyOS Platform

When deleting and re-adding a configuration node with the same value, exit and save still say configuration has been modified
Open, Requires assessmentPublic

Description

Don't know whether this is specific to openvpn or not

[email protected]# sh interfaces openvpn vtun0 openvpn-option 
 openvpn-option "tls-auth /config/auth/tls-auth.key 0"
[edit]
[email protected]# delete interfaces openvpn vtun0 openvpn-option
[edit]
[email protected]# set interfaces openvpn vtun0 openvpn-option "tls-auth /config/auth/tls-auth.key 0"
[edit]
[email protected]# compare 
No changes between working and active configurations
[edit]
[email protected]# exit
Cannot exit: configuration modified.
Use 'exit discard' to discard the changes and exit.
[edit]
[email protected]# save
Warning: you have uncommitted changes that will not be saved.

Saving configuration to '/config/config.boot'...
Done
[edit]
[email protected]# compare 
No changes between working and active configurations
[edit]
[email protected]# commit
[edit]
[email protected]# save
Saving configuration to '/config/config.boot'...
Done
[edit]

[email protected]# sh interfaces openvpn vtun0 openvpn-option 
 openvpn-option "tls-auth /config/auth/tls-auth.key 0"
[edit]

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close