Hi,
There is misspelling on https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/vpn_openconnect.py#L82.
Should be
if not ocserv["accounting"] .....
instead of
if not origin["accounting"] .....
Hi,
There is misspelling on https://github.com/vyos/vyos-1x/blob/current/src/conf_mode/vpn_openconnect.py#L82.
Should be
if not ocserv["accounting"] .....
instead of
if not origin["accounting"] .....
Fork the repo vyos-1x do your changes and create a PR, there are several open PR's for example https://github.com/vyos/vyos-1x/pulls
Refer to the task number T7511 in the commit message and PR header.