Package: openvswitch-switch
Version: 2.3.0+git20140819-3
Severity: minor
In /etc/init.d/openvswitch-switch, the function network_interfaces does
a manual parse of /etc/network/interfaces. This prevents it from
finding interfaces defined in /etc/network/interfaces.d. Please switch
to use "ifqu
On 11/06/2012 11:10 AM, Ben Pfaff wrote:
> On Fri, Nov 02, 2012 at 02:26:20PM -0700, Ben Pfaff wrote:
>> On Fri, Nov 02, 2012 at 04:21:56PM -0500, Adam Heath wrote:
>>> On 11/02/2012 04:19 PM, Ben Pfaff wrote:
>>>> I still don't understand. Why would an exist
On 11/02/2012 04:19 PM, Ben Pfaff wrote:
> I still don't understand. Why would an existing script call ovs-vsctl
> with --may-exist as a global option? The call would not do anything
> useful, because it would exit with a fatal error every time. Taking
> this argument to its logical conclusion,
On 11/02/2012 12:49 PM, Ben Pfaff wrote:
> On Mon, Oct 29, 2012 at 03:03:13PM -0500, Adam Heath wrote:
>> On 10/29/2012 11:34 AM, Ben Pfaff wrote:
>>> Until now, a command like "ovs-vsctl --may-exist add-br br0" yielded a
>>> confusing error message. Users had
few days for it to become publically
available.
>
> CC: 691...@bugs.debian.org
> Reported-by: Adam Heath
> Signed-off-by: Ben Pfaff
> ---
> AUTHORS |1 +
> tests/ovs-vsctl.at | 13 -
> utilities/ovs-vsctl.8.in | 11 ++--
> utilit
On 10/26/2012 01:11 PM, Ben Pfaff wrote:
> On Fri, Oct 26, 2012 at 01:00:32PM -0500, Adam Heath wrote:
>> On 10/26/2012 11:43 AM, Ben Pfaff wrote:
>>>
>>> [snip]
>>
>> Right you are, mea-culpa. You're right that there is an example in
>> the ma
On 10/26/2012 11:43 AM, Ben Pfaff wrote:
>
> [snip]
Right you are, mea-culpa. You're right that there is an example in
the manpage, showing exactly what I want. Sorry for the noise, and
thanks for the fast response.
___
dev mailing list
dev@openvswitc
Package: openvswitch-switch
Version: 1.4.2+git20120612-9
>From the man page:
[--may-exist] add-br bridge
[--may-exist] add-br bridge parent vlan
[--may-exist] add-port bridge port [column[:key]=value]...
[--if-exists] del-port [bridge] port
>From my script:
++ ovs-vs