Hi,
There is misspelling on https://github.com/vyos/vyos-1x/blob/b8cd453177feebc44aee53657bfd2bbcea7a8d66current/src/conf_mode/vpn_openconnect.py#L82.
Should be
```
if not ocserv["accounting"] .....
```
instead of
```if not origin["accounting"] ..... ```