Skip to content

Commit

Permalink
Fix: Disabled learning flag in demo topo (does still not really work)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeuster committed Sep 6, 2016
1 parent 22eaaaf commit 09fee41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

def create_topology1():
# create topology
net = DCNetwork(controller=RemoteController, monitor=True, enable_learning=True)
net = DCNetwork(controller=RemoteController, monitor=True, enable_learning=False)
dc1 = net.addDatacenter("dc1")
dc2 = net.addDatacenter("dc2")
s1 = net.addSwitch("s1")
Expand Down

0 comments on commit 09fee41

Please sign in to comment.