mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Major Grafana Dashboard script restructuring
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Script for creating a variable number of bridges.
|
||||
Script for creating a variable number of virtual routers.
|
||||
"""
|
||||
|
||||
import os
|
||||
@@ -171,9 +171,9 @@ Command example:
|
||||
create_vr.clean()
|
||||
create_vr.build()
|
||||
create_vr.start()
|
||||
# create_vr.monitor()
|
||||
create_vr.stop()
|
||||
create_vr.clean()
|
||||
create_vr.monitor()
|
||||
#create_vr.stop()
|
||||
#create_vr.clean()
|
||||
print('Created Virtual Router')
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user