Hello All,

I want to create a LAG using Ryu. I came across this code.

def add(self, dpid, ports):
# ...
assert isinstance(ports, list) assert 2 <= len(ports) ifs = {} for port in
ports: ifs[port] = {’enabled’: False, ’timeout’: 0} bond = {} bond[dpid] =
ifs self._bonds.append(bond)
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to