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
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