I’m using LXD 4.0.9 on a Ubuntu 20.04 server.
I’ve noticed that the documentation has been updated recently. I like the new look! But it corresponds to the most current version, not an LTS version.
For example, LXD now has a network forward command (great idea!):
~ $ lxd --version
4.0.9
~ $ lxc network forward
Error: unknown command "forward" for "lxc network"
Where/how can I find the old 4.0.x specific documentation?
Thanks