[ovs-discuss] Can't use queues with OVS when adding delay to links with Mininet

2016-04-30 Thread Guillermo Chica
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

Re: [ovs-discuss] Can't use queues with OVS when adding delay to links with Mininet

2016-05-02 Thread Guillermo Chica
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