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.
_
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
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
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