Re: [ovs-dev] [PATCH v2] ovn-controller: Handle Port_Binding's "requested-chassis" option in physical.c

2018-03-20 Thread Marcin Mirecki
ther. This patch fixes this issue by checking the Port_Binding's "requested-chassis" option in physical.c before adding the flows in table 0 an 65. Reported-by: Marcin Mirecki <mmire...@redhat.com> Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-March/34 5266.html

[ovs-dev] LSP requested-chassis not working as expected

2018-03-16 Thread Marcin Mirecki
Hi I am trying to use the OVN LSP requested-chassis feature, but I it does not work as expected. I have a LogicalSwitchPort that is bound to two OVS Interfaces via Interface:external_ids:iface, each Iterface on a different host. The LSP is configured correctly, as each of the Interfaces has

Re: [ovs-dev] [PATCH] Fix flake8 check

2017-05-19 Thread Marcin Mirecki
s' % filename, filename.split('.', 1)[0], >> - description, [author], filename.split('.', 1)[1]) >> -for filename, description in _man_pages] >> +('ref/%s' % fname, fname.split('.', 1)[0], >> + description, [author], fname.split('.', 1)[1]) >> +for fnam

Re: [ovs-dev] [PATCH v2] python ovs: Fix SSL exceptions with pyOpenSSL v0.13

2017-05-19 Thread Marcin Mirecki
ns (< 0.13) of pyOpenSSL. > > Signed-off-by: Numan Siddique <nusid...@redhat.com> > --- > LGTM > Acked-by: Lance Richardson <lrich...@redhat.com> Tested-by: Marcin Mirecki <mmire...@redhat.com> ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH 1/1] OVN: Firewall service files for OVN

2017-01-31 Thread Marcin Mirecki
Firewall service files allowing to open firewalld ports required for running OVN. Current OVN installation does not configure firewalld. Running firewalld prevents OVN from working properly. Signed-off-by: Marcin Mirecki<mmire...@redhat.com> _