Commit 9f82b9d2 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file custom_pentagon_topology.py

parent f30acc79
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -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()