Re: [ovs-dev] [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. _

Re: [ovs-dev] [PATCH] debian: Don't depened on $RUNLEVEL at startup to create bridges.

2014-09-12 Thread Philipp S. Schmidt
The patch below fixes the problem for me - Thanks On 11.09.2014, at 18:43, Gurucharan Shetty wrote: > Commit b2a0daa5bd (debian: Don't recreate bridges during manual restart.) > added a check on $RUNLEVEL to only create bridges and ports when the > system starts up. This fix does not work with

Re: [ovs-dev] [PATCH] debian: Don't depened on $RUNLEVEL at startup to create bridges.

2014-09-11 Thread Ben Pfaff
On Thu, Sep 11, 2014 at 09:43:27AM -0700, Gurucharan Shetty wrote: > Commit b2a0daa5bd (debian: Don't recreate bridges during manual restart.) > added a check on $RUNLEVEL to only create bridges and ports when the > system starts up. This fix does not work with systemd. > > This commit uses a diff

[ovs-dev] [PATCH] debian: Don't depened on $RUNLEVEL at startup to create bridges.

2014-09-11 Thread Gurucharan Shetty
Commit b2a0daa5bd (debian: Don't recreate bridges during manual restart.) added a check on $RUNLEVEL to only create bridges and ports when the system starts up. This fix does not work with systemd. This commit uses a different approach to solve the same problem. Reported-by: Philipp S. Schmidt S