The original message was received at Sat, 21 Nov 2015 10:12:08 +0700 from
[109.242.215.38]
- The following addresses had permanent fatal errors -
- Transcript of session follows -
... while talking to 90.123.160.81:
>>> MAIL From:ab...@emirates.net
<<< 500 ab...@emirates.net...
Make RHEL systemd distributions start OVS and OVN daemons under user
ovs. The 'ovs' user and group will be created at the openvswitch RPM
installtion time.
Signed-off-by: Andy Zhou
---
rhel/openvswitch-fedora.spec.in| 18 --
...sr_lib_systemd_system_openvs
From: Andy Zhou
Replace hard coded root user and group with OVS_USER and OVS_GROUP.
Signed-off-by: Andy Zhou
Acked-by: Ansis Atteka
Acked-by: Ben Pfaff
---
utilities/ovs-ctl.in | 3 +++
utilities/ovs-lib.in | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/utilities/
Rafactor common directory existence check and ownership check into
a common function. Move daemon's default directory to $RUNDIR, since
the process may not able to write core file to "/" anymore after the
user change.
Signed-off-by: Andy Zhou
---
utilities/ovs-lib.in | 36 +++
Allow ovs-ctl to take --user=USER option. When this option is specified
'USER' will be parsed in the format of 'user:group" and be set into
shell variables $OVS_USER and $OVS_GROUP, which will be used
by shell functions, such as start_daemon() to run OVS daemons under
the specified user.
Signed-of
From: Andy Zhou
Change tabs in to spaces. No content change.
Signed-off-by: Andy Zhou
---
rhel/openvswitch-fedora.spec.in | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index cb76500..be22e8
Change ovsdb file ownership to match "$OVS_USER":"$OVS_GROUP" when
we either create it for the first time, or upgrade it.
Signed-off-by: Andy Zhou
---
utilities/ovs-lib.in | 4
1 file changed, 4 insertions(+)
diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in
index 34e2041..3fbc2f5 1
ovs-ctl now takes --user option to start OVS daemons under the user
specified. This is a similar change in OVN to launch OVN daemons
under the specified user.
Signed-off-by: Andy Zhou
---
ovn/utilities/ovn-ctl | 6 ++
ovn/utilities/ovn-ctl.8.xml | 4
2 files changed, 10 insertions
This includes bits for:
* Backplane
* 1000 baseKX (full duplex)
* All speeds of 10Gbit and above other than 1 baseT (full duplex).
Signed-off-by: Simon Horman
---
* ethtool_cmd_speed() is a trivial provided by Linux kernel headers.
It was introduced in 2.6.27. The source file in question
We continue to review HW VTEP schema
This patch contains only cosmetical changes, to separate it from
semantical changes
Signed-off-by: Ariel Tubaltsev
---
vtep/vtep.xml | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/vtep/vtep.xml b/vtep/vtep.xml
ind
Hi *,
Please let me know if dpdk ovs has support for KNI interfaces and how to
configure it.
Regards,
Gayathri
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Fri, Nov 20, 2015 at 4:33 PM, Finucane, Stephen <
stephen.finuc...@intel.com> wrote:
> On 15 Nov 19:10, Russell Bryant wrote:
>
> [snip]
>
> > > > Thanks for sharing.
> > > >
> > > > It'd be nice to strip this down to errors that will actually
> negatively
> > > > affect the docs getting render
On 15 Nov 19:10, Russell Bryant wrote:
[snip]
> > > Thanks for sharing.
> > >
> > > It'd be nice to strip this down to errors that will actually negatively
> > > affect the docs getting rendered properly. If it's something that breaks
> > > viewing the doc on github or breaks the HTML version in
> On Aug 12, 2014, at 3:53 PM, Ben Pfaff wrote:
>
> On Tue, Aug 05, 2014 at 04:38:54PM -0700, Jarno Rajahalme wrote:
>> Make the packet out and trace processing perform the same actions
>> checks as flow mod processing does.
>>
>> This used to be the case before, but at some point these have di
On Fri, Nov 20, 2015 at 05:39:37PM +0100, Mauricio Vásquez wrote:
> Dear all,
> according to [1] by default ovs inserts some hidden flows that can create
> loops in particular conditions.
>
> I am experiencing the same problem using ovs with the DPDK datapath and
> then, after configuring the cont
Dear all,
according to [1] by default ovs inserts some hidden flows that can create
loops in particular conditions.
I am experiencing the same problem using ovs with the DPDK datapath and
then, after configuring the controller through the command
ovs-vsct --no-wait set-controller br0 tcp:127.0.0.
Hi,
Are you looking to acquire OpenStack Users List to increase your ROI and for
Email campaigns?
We provide the top Decision Makers Name, Email, Title, Phone and company
details across North America, EMEA, ASIA Pacific and LATAM with 100% accuracy
on the technology users like:-
* Ci
On Thu, Nov 19, 2015 at 5:06 PM, Bruce Davie wrote:
> Yes.
>
> Acked-by: Bruce Davie
>
Thanks, I pushed this to master.
--
Russell Bryant
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
Signed-off-by: Numan Siddique
---
tests/automake.mk | 1 +
tests/ovn.at | 184 +++
tests/test-ovn-dhcp.c | 211 ++
3 files changed, 396 insertions(+)
create mode 100644 tests/test-ovn-dhcp.c
d
This patch series introduces native dhcp support in ovn controller.
Patch set v2 was not in the correct format, hence v3
Babu Shanmugam (3):
ovn: Dedicated connection handler for packet-ins
ovn: New flows for DHCP tranffic
ovn: Process dhcp packet-ins and respond through packet-outs
Numan S
This patch opens and maintains a new connection that is dedicated
to monitor the packet-ins for br-int.
Signed-off-by: Babu Shanmugam
---
ovn/controller/automake.mk | 2 +
ovn/controller/ovn-controller.c | 6 ++
ovn/controller/pinctrl.c| 177 +
The DHCP packets can be of two types
(1) DHCP Discover
(2) DHCP Request
For (1), the controller should respond with DHCP offer and for (2),
either DHCP Ack or DHCP Nack should be sent. In this patch, DHCP Nack
is never sent. In case of failures in validating the packet, the
controller does not res
The ovn-controller registers a flow in table 33 (LOCAL_OUTPUT) to
send a packet matching the DHCP discover/request structure to
a specific controller id, that the ovn pinctrl has registered on
it's ofconn.
Signed-off-by: Babu Shanmugam
---
lib/ofp-util.c| 14 ++
lib/ofp-u
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
The message could not be delivered
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
This message was not delivered due to the following reason(s):
Your message could not be delivered because the destination server was
unreachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely
Your message was undeliverable due to the following reason:
Your message could not be delivered because the destination computer was
unreachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely t
28 matches
Mail list logo