Open meandus opened 6 years ago
if you have any ideas, it should be appreciate :)
Hi Remy, Apologize for the delay. This is an area that is currently not exposed to the SMC API but let me verify, i'll come back asap.
Hi Remy, I have filed a feature request as this needs to be implemented on the SMC API side to be supported in smc-python. I will keep you updated.
Hello, see merge request #68
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