
All configuration is driven through configuration files place in the conf directory. Each .ini conf file contains info on the configuration. README file updated to reflect all the changes. Fixed issue with delete_network deleting the network even when attachments were present. Fixed issue with port id generation.
12 lines
174 B
INI
12 lines
174 B
INI
[VLANS]
|
|
#Change the following to reflect the VLAN range in your system
|
|
vlan_start=100
|
|
vlan_end=3000
|
|
vlan_name_prefix=q-
|
|
|
|
[PORTS]
|
|
max_ports=100
|
|
|
|
[NETWORKS]
|
|
max_networks=65568
|