[ovs-discuss] problem with BFD enabled on the wireless interface of an OVS bridge

2017-12-17 Thread Dawood Sajjadi
Hi, On an Ubuntu Linux machine, I have added a wireless interface (wlan0) to an OVS bridge and enabled BFD on it: "ovs-vsctl set interface wlan0 bfd:enable=true" However, the other wireless devices (working on the same frequency band) are not able to receive the generated BFD probe messages by wl

Re: [ovs-discuss] Problem of setting up a bridge in AWS EC2

2017-12-17 Thread aserdean
Hi, Cloud providers don’t always allow MAC spoofing. You will probably need to clone the MAC of `eth1` over `br1`. We use the following when setting up a kubernetes environment on AWS: https://github.com/openvswitch/ovn-kubernetes#k8s-gateway-node-initialization (`ovn-k8s-util nics-to-bridge et

[ovs-discuss] Problem of setting up a bridge in AWS EC2

2017-12-17 Thread Johnson Li
Hi, I am trying to set up a simple bridge using OVS. Everything works fine in my local VMs but it does not work on EC2. I have two interfaces eth0(useless) and eth1 on my EC2 machine A. Then I used the following command to set up the bridge: ovs-vsctl add-br br1 ovs-vsctl add-port eth1 ovs-ofctl

Re: [ovs-discuss] OVS queues and precedence

2017-12-17 Thread Łukasz Rząsik
I've been testing different qdiscs and noticed sfq had no docs about supported parameters. I've just sent a patch with the docs. Hope it's useful. 2017-11-13 20:27 GMT+01:00 Ben Pfaff : > On Mon, Nov 13, 2017 at 08:13:57PM +0100, Łukasz Rząsik wrote: > > 2017-10-25 0:05 GMT+02:00 Ben Pfaff : > >