Re: [ovs-discuss] Monitor Switch to Controller Traffic

2020-03-25 Thread Brian Perry
0.1 address for the remainder of the experiment. On Mon, Mar 23, 2020 at 10:33 PM Ben Pfaff wrote: > On Mon, Mar 23, 2020 at 08:40:55PM -0700, Brian Perry wrote: > > Environment 1 Results: > > When running Wireshark on the loopback interface and the br0 interface I > > was

[ovs-discuss] Monitor Switch to Controller Traffic

2020-03-23 Thread Brian Perry
Hi, I built two topologies using OvS and Virtualbox so that I can see how a controller interacts with the switch (br0). Here are the commands used to build the two environments: Environment 1 - Use OvS Commands to Manage the Switch's Flow Tables ovs-vsctl add-br br0 ovs-vsctl add-port br0 p1 -- se

[ovs-discuss] Source Code - Multiple Controllers Round Robin Load Balancing

2017-11-19 Thread Brian Perry
Summary: OvS last commit 52f793b I am trying to modify the switch's code to use a round robin scheduler for sending asynchronous messages (especially PACKET_IN messages) to one of the controllers within a multiple controller SDN setup. After traversing the code I think I found where I need to inser