Page MenuHomeVyOS Platform

Cannot delete vpn anyconnect
Closed, ResolvedPublicBUG

Description

vyos@RTR1# delete vpn anyconnect 
[edit]
vyos@RTR1# commit
[ vpn anyconnect ]
anyconnect authentication mode required

delete [ vpn anyconnect ] failed
Commit failed

If we use default values in config necessary to use the following construction:

def get_config():
    conf = Config()
    base = ['vpn', 'anyconnect']
    if not conf.exists(base):
        return None

Details

Difficulty level
Unknown (require assessment)
Version
1.3-rolling-202008190118
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

Unknown Object (User) changed the task status from Open to In progress.Aug 19 2020, 9:56 AM
Unknown Object (User) claimed this task.
Unknown Object (User) created this task.
Unknown Object (User) closed this task as Resolved.Aug 23 2020, 7:06 PM

Works properly, tested on 1.3-rolling-202008231246

erkin renamed this task from Does not possible to delete vpn anyconnect to Cannot delete vpn anyconnect.Aug 29 2021, 1:21 PM
erkin set Issue type to Bug (incorrect behavior).
erkin removed a subscriber: Active contributors.