This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Description
Hi David,
i saw in policy.tunnels capabilities to list all tunnels generated by SMC. i would like to do the same on RBVPN

for tunnel in rbvpn.tunnels:
print(tunnel)
my goal is to disable useless tunnel (private to public, public to private) and change from active to standby
Thanks in advance