mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
Adjusted L&F of the port labels Suppressed using buffer-id in packet-out messages; we now always send data; cbench is much more steady now and I see no 0s!!!!
5 lines
85 B
Python
Executable File
5 lines
85 B
Python
Executable File
#!/usr/bin/python
|
|
import sys, solar
|
|
topo = solar.Solar(cips=sys.argv[1:])
|
|
topo.run()
|