Is your feature request related to a problem? Please describe.
To more easily generate a network topology, it would be nice to have some build in methods to automatically create some number of hosts with some defined topology e.g. star, line, etc.
Describe the solution you'd like
I'd like to have something like:
hosts = network.generate_topology('star', n=5)
which returns a list of hosts that have the particular topology defined.
Is your feature request related to a problem? Please describe.
To more easily generate a network topology, it would be nice to have some build in methods to automatically create some number of hosts with some defined topology e.g. star, line, etc.
Describe the solution you'd like
I'd like to have something like:
which returns a list of hosts that have the particular topology defined.