canonical / pylxd

Python module for LXD
https://pylxd.readthedocs.io/en/latest/
Apache License 2.0
256 stars 135 forks source link

Support managing network forwards #520

Open gregmccoy opened 1 year ago

gregmccoy commented 1 year ago

LXD now supports network forwards. Support should be added to manage these via pylxd.

https://linuxcontainers.org/lxd/docs/master/howto/network_forwards/index.html#

Dany9966 commented 1 year ago

Hello! Can you please also add delete call so we can also delete forwards?