Loading src/tests/ryu-openflow/custom_pentagon_topology.py +9 −2 Original line number Diff line number Diff line Loading @@ -53,6 +53,13 @@ if __name__ == '__main__': print('Custom Pentagon Topology is up with static ARP.') #CLI(net) try: while True: time.sleep(60) except KeyboardInterrupt: print("Stopping topology.") finally: net.stop() #while True: #time.sleep(60) #net.stop() Loading
src/tests/ryu-openflow/custom_pentagon_topology.py +9 −2 Original line number Diff line number Diff line Loading @@ -53,6 +53,13 @@ if __name__ == '__main__': print('Custom Pentagon Topology is up with static ARP.') #CLI(net) try: while True: time.sleep(60) except KeyboardInterrupt: print("Stopping topology.") finally: net.stop() #while True: #time.sleep(60) #net.stop()