Hi,
I have created a topology with mininet. When I've added the links, I've
used the delay parameter, as in self.addLink( node1, node2, delay='5ms').
After running the topology with sudo mn --custom topo5g.py --topo topo5g
--switch ovsk --controller remote --mac --arp --link tc
I have created a q
ofan...@gmail.com
>
> 2016-05-02 17:33 GMT+02:00 Ben Pfaff :
>
>> On Sat, Apr 30, 2016 at 08:55:41PM +0200, Guillermo Chica wrote:
>> > Hi,
>> >
>> > I have created a topology with mininet. When I've added the links, I've
>> > used the