Bug#771863: [ovs-dev] Bug#771863: [PKG-Openstack-devel] Bug#771863: Bug#771863: Service does not start or parse interfaces correctly

2014-12-23 Thread Gurucharan Shetty
> > I tried 2.3.0+git20140819-3 building it in wheezy with kernel 3.16 from > backports but bridge of my test was still not working: >> >> auto xenbr0 >> allow-ovs xenbr0 >> iface xenbr0 inet static >>address 192.168.1.90 >> netmask 255.255.255.0 >> network 192.168.1.0 >>

Bug#771863: [ovs-dev] Bug#771863: Service does not start or parse interfaces correctly, updating severity

2014-12-15 Thread Gurucharan Shetty
On Sat, Dec 13, 2014 at 2:03 AM, Stig Sandbeck Mathisen wrote: > Gurucharan Shetty writes: > >> I haven't looked at what needs to be done to handle those statements. >> I welcome a patch, preferably sent to d...@openvswitch.org after >> reading the CONTRIBUTING.md i

Bug#771863: [ovs-dev] Bug#771863: Service does not start or parse interfaces correctly, updating severity

2014-12-10 Thread Gurucharan Shetty
My previous reply did not do a good job with the context. It made it look like OVS 2.3.1 handles source or source-directory statements. That is not correct, it does not handle those statements. I haven't looked at what needs to be done to handle those statements. I welcome a patch, preferably sent

Bug#771863: [ovs-dev] Bug#771863: openvswitch-switch: Patch update, handle interface files sourced from /etc/network/interfaces

2014-12-10 Thread Gurucharan Shetty
On Tue, Dec 9, 2014 at 12:12 AM, Stig Sandbeck Mathisen wrote: > Package: openvswitch-switch > Version: 2.3.0+git20140819-2 > Followup-For: Bug #771863 > > Dear Maintainer, > > The network_interfaces() function in the /etc/init.d/openvswitch-switch > script also does not handle "source" or "source

Bug#686518: [PATCH] debian: Don't depened on $RUNLEVEL at startup to create bridges.

2014-09-12 Thread Gurucharan Shetty
On Fri, Sep 12, 2014 at 1:22 AM, Philipp S. Schmidt wrote: > > The patch below fixes the problem for me - Thanks I applied the patch to master branch and 2.3 branch of OVS repo found here: https://github.com/openvswitch/ovs I suppose Ben will eventually upload it to debian. -- To UNSUBSCRIBE,

Bug#686518: [ovs-dev] Bug#686518: network_interfaces() does not work with systemd

2014-09-11 Thread Gurucharan Shetty
On Thu, Sep 11, 2014 at 4:04 AM, Philipp S. Schmidt wrote: > It seems that most of the problem is fixed in the recent version > as "ifup --allow=ovs [bridges…]” is called in the network_interfaces() > function. > > Sadly, when using systems, this function just return and does not > execute ifup as