Mininet Network Generation

utils.network.add_switches(net, count, graph_method=<function path_graph>, **switch_kwargs)[source]

Generates a network graph and adds switches to it, returning the switches and links between them

Parameters:
Returns:

A tuple containing a list of switches added, and a list of links created.