Hi experts,
Can someone clarify me whether OVS handles port shutdown message? I am
not seeing it in "port_reconfigured" function.
If this is the case then controller may not be aware that when port is
configured to admin down.
* Can someone tell me how port shut message is communicated to t
÷W~8¨®"Z´¶þ!hÖïnè1#Ùêʾn)<ö2N±ë¡ñÏÄjôµIÕª<³)s¡lÆÌ
t>`ú]ùË*!×CäÝWÏB¨O}unÜÞü¿k`Q6kyîA¾¾¿Ö>þü¦ÎtµÙc%$ohÏeæ,ùLa,,hb~¨KÍ6¡«cü¤uVÒßíSA*©jHp7^)4
Ò!ÖZ©ÊOéñf¢Q(9#bh$ÓL.!¤7S(UPHåòÛe0l×ÏÇÙrѾæxýÀéUÂÒ'k¸J7f½PkµÅ;$àÃÊèdøÎHY_ªÀn96þ¹«v²ëù{
|ã´}ø§)Dpd>˶êYlüè| l²Í¸J
The original message was received at Tue, 6 Oct 2015 11:24:20 +0530 from
[103.72.243.79]
- The following addresses had permanent fatal errors -
dev@openvswitch.org
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listin
> On Oct 5, 2015, at 11:37 PM, Ben Pfaff wrote:
>
>> On Sun, Oct 04, 2015 at 10:14:50PM -0400, Russell Bryant wrote:
>> As of 779e72cc57a106251cc9e6696e8c9aabb56d30b5, localnet ports may have
>> the tag column set. This case does not make use of the parent column,
>> so output these fields inde
libcap-ng is going to be required to build Debian packages. Daemons
will run as the ovs user and group, instead of root, to improve
security.
Signed-off-by: Andy Zhou
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/d
Add option to ovs-ctl script to specify whether to start the daemons as
root user or ovs user. The default is 'run-as-root', which preserve
the scripts' current behavior.
Signed-off-by: Andy Zhou
---
utilities/ovs-ctl.in | 12 ++--
utilities/ovs-lib.in | 7 +++
2 files changed, 17
Changes to Debian packaging scripts to create the ovs user and group.
Fix the permissions of ovs created files and directories so that
they are accessible by users belong to the ovs group.
Start daemons as the ovs user.
Signed-off-by: Andy Zhou
This patch does not include changes to the ips
Replace hard coded root user and group with OVS_USER and OVS_GROUP.
Signed-off-by: Andy Zhou
---
utilities/ovs-ctl.in | 3 +++
utilities/ovs-lib.in | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in
index 0082bed..c9d75df 100755
On 5 October 2015 at 15:32, Ben Pfaff wrote:
> On Fri, Oct 02, 2015 at 02:16:07PM -0700, Joe Stringer wrote:
>> This series adds support for sending packets through a connection tracker,
>> which allows OVS to perform stateful firewalling functions. The functionality
>> added in this series works
On 5 October 2015 at 15:27, Ben Pfaff wrote:
> On Fri, Oct 02, 2015 at 02:16:09PM -0700, Joe Stringer wrote:
>> Previously, reg_load would only understand 64-bit values passed to it.
>> This patch extends the parsing to handle larger fields, if they are
>> specified in hexadecimal. Internally they
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Wed, Sep 30, 2015 at 8:33 PM, Thomas F Herbert
wrote:
> Add support for 802.1ad including the ability to push and pop double
> tagged vlans. Add support for 802.1ad to netlink parsing and flow
> conversion. Uses double nested encap attributes to represent double
> tagged vlan. Inner TPID encode
Dear Sir:
We upgrading to openvswitch-2.4 and ran ovs-vsctl set-controller command in a
script to point to a controller and soon noticed a crash in ovs-
vswitchd with below back trace. Can anyone please check if this has a fix in
newer release or point me to what I am doing wrong?
#0 0x7f76
On Sun, Oct 4, 2015 at 6:19 PM, Kyle Mestery wrote:
> On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka wrote:
>>
>> Mention:
>> 1. that these instructions have been tested with CentOS 7 (which is
>>almost identical distribution to RHEL 7).
>> 2. directory where rpm packages that were just built c
On Sun, Oct 04, 2015 at 10:14:50PM -0400, Russell Bryant wrote:
> As of 779e72cc57a106251cc9e6696e8c9aabb56d30b5, localnet ports may have
> the tag column set. This case does not make use of the parent column,
> so output these fields independently of each other.
>
> Signed-off-by: Russell Bryant
On Sun, Oct 4, 2015 at 6:19 PM, Kyle Mestery wrote:
> On Sun, Oct 4, 2015 at 5:20 PM, Ansis Atteka wrote:
>>
>> Mention:
>> 1. that these instructions have been tested with Fedora 22.
>> 2. dependencies that need to be installed on Fedora 22. Otherwise,
>>rpmbuild command simply fails.
>> 3.
On Fri, Oct 02, 2015 at 02:16:07PM -0700, Joe Stringer wrote:
> This series adds support for sending packets through a connection tracker,
> which allows OVS to perform stateful firewalling functions. The functionality
> added in this series works in conjunction with the interface proposed in the
>
On Fri, Oct 02, 2015 at 02:16:15PM -0700, Joe Stringer wrote:
> This patch adds a new 128-bit metadata field to the connection tracking
> interface. When a label is specified as part of the ct action and the
> connection is committed, the value is saved with the current connection.
> Subsequent ct
On Fri, Oct 02, 2015 at 02:16:10PM -0700, Joe Stringer wrote:
> These types will be used by the following patches to ensure a consistent
> wire format for 128-bit connection tracking labels. Common functions for
> comparison, endian translation, etc. are provided.
>
> Signed-off-by: Joe Stringer
On Fri, Oct 02, 2015 at 02:16:09PM -0700, Joe Stringer wrote:
> Previously, reg_load would only understand 64-bit values passed to it.
> This patch extends the parsing to handle larger fields, if they are
> specified in hexadecimal. Internally they are stored as a single action,
> but they are conv
On Fri, Oct 02, 2015 at 02:16:08PM -0700, Joe Stringer wrote:
> Combine the codepaths for splitting "set_field" and "reg_load" string
> arguments into the value, key, and delimiter component. The only
> user-visible change is that reg_load will now provide a more meaningful
> error message when par
On Mon, Oct 05, 2015 at 02:01:26PM -0700, Gurucharan Shetty wrote:
> >
> > I think that when the assertion is true (presumably always), the new and
> > the old 'if' conditions are equivalent. Is that right?
>
> They are not equivalent. In poll_create_node, we have the following
> piece of code.
>
>
> I think that when the assertion is true (presumably always), the new and
> the old 'if' conditions are equivalent. Is that right?
They are not equivalent. In poll_create_node, we have the following
piece of code.
/* Check for duplicate. If found, "or" the events. */
node = find_poll
---
lib/meta-flow.c | 2 +-
lib/meta-flow.h | 8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/meta-flow.c b/lib/meta-flow.c
index 224ba53..9462b61 100644
--- a/lib/meta-flow.c
+++ b/lib/meta-flow.c
@@ -1616,7 +1616,7 @@ mf_set_wild(const struct mf_field *mf, struct m
On 10/05/2015 06:59 AM, Vlastimil Babka wrote:
On 10/02/2015 12:18 PM, Konstantin Khlebnikov wrote:
When openvswitch tries allocate memory from offline numa node 0:
stats = kmem_cache_alloc_node(flow_stats_cache, GFP_KERNEL |
__GFP_ZERO, 0)
It catches VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES ||
On Wed, Sep 30, 2015 at 02:18:47PM -0700, Gurucharan Shetty wrote:
> When a poll_node is created, it gets either a 'fd' or
> a 'wevent' (can't get both). When the poll_node is
> searched for previous creations on that 'fd' or 'wevent',
> the search criteria was wrong for Windows. In Windows,
> when
On Mon, Oct 05, 2015 at 12:45:26PM -0700, Ben Pfaff wrote:
> On Wed, Sep 30, 2015 at 11:52:05AM +0900, Simon Horman wrote:
> > manpages.mk is automatically generated and thus does not seem to need
> > to be present in the revision control system. Also ignore the autogenerated
> > file by adding it
On Wed, Sep 30, 2015 at 11:52:05AM +0900, Simon Horman wrote:
> manpages.mk is automatically generated and thus does not seem to need
> to be present in the revision control system. Also ignore the autogenerated
> file by adding it to .gitignore.
>
> I noticed this because I sometimes end up with
Dear Ben Pfaff,
>
> Please let us know how to reproduce the crash.
>
We have a simulation script that periodically create and remove ports on OVS
nodes. We make sure that the vlan port has the right backing interface in Linux
when we add (ie. vconfig command is done before ovs-vsctl add-port)
Dear Justin,
There appears to be some problem with the mailing list as it formats whatever I
cut paste from gdb. I have tried it three times, but it fail each time. It is
somewhat captured correctly in your mailing archive below:
http://openvswitch.org/pipermail/dev/2015-October/060884.html
Ho
On Mon, Oct 05, 2015 at 06:25:31PM -, Richurov Kes wrote:
> There appears to be some problem with the mailing list as it formats whatever
> I cut paste from gdb. I have tried it three times, but it fail each time. It
> is somewhat captured correctly in your mailing archive below:
> http://ope
Dear Justin,
There appears to be some problem with the mailing list as it formats whatever I
cut paste from gdb. I have tried it three times, but it fail each time. It is
somewhat captured correctly in your mailing archive below:
http://openvswitch.org/pipermail/dev/2015-October/060884.html
How
On Tue, Sep 29, 2015 at 07:10:56PM -0300, Thadeu Lima de Souza Cascardo wrote:
> This adds support for IPv6 in ovs-router and route-table. IPv4 is stored in
> ovs-router using IPv4-mapped addresses.
>
> Signed-off-by: Thadeu Lima de Souza Cascardo
Pravin tells me he will review the remaining pat
On Tue, Sep 29, 2015 at 07:10:55PM -0300, Thadeu Lima de Souza Cascardo wrote:
> From: Jiri Benc
>
> [cascardo: add NL_A_IPV6, used in next patch]
>
> Signed-off-by: Jiri Benc
> Signed-off-by: Thadeu Lima de Souza Cascardo
Applied, thanks!
___
dev m
On Tue, Sep 29, 2015 at 07:10:54PM -0300, Thadeu Lima de Souza Cascardo wrote:
> From: Jiri Benc
>
> ipv6_addr_is_set is going to be used by next patches.
>
> [cascardo: compare with in6addr_any in ipv6_addr_is_set]
> [cascardo: keep only ipv6_addr_is_* functions]
>
> Signed-off-by: Jiri Benc
On Tue, Sep 29, 2015 at 07:09:16PM -0300, Thadeu Lima de Souza Cascardo wrote:
> Move in6_addr_set_mapped_ipv4 out of mcast-snooping code to packets.h and
> provide an in6_addr_get_mapped_ipv4 function that gets the corresponding IPv4
> address or the ANY address if it's not IPv4 mapped.
>
> Signe
On Fri, Oct 2, 2015 at 5:57 PM, Jesse Gross wrote:
> On Fri, Oct 2, 2015 at 12:32 PM, Pravin Shelar wrote:
>> On Thu, Oct 1, 2015 at 11:00 PM, Jiri Benc wrote:
>>> On Thu, 1 Oct 2015 17:11:56 -0700, Pravin Shelar wrote:
I dont see point of adding this code when IPv6 sampling not support by
On Mon, Oct 05, 2015 at 09:09:56PM +0530, RishiRaj Maulick wrote:
> The ofproto implementation at ovs-vswitchd process is single threaded. Are
> there any plans of making this implementation multi-threaded such that the
> open flow messages processing rate from a single controller increases.
I don
Hi ,
The ofproto implementation at ovs-vswitchd process is single threaded. Are
there any plans of making this implementation multi-threaded such that the
open flow messages processing rate from a single controller increases.
We have a requirement to support > 5 OF messages per second , so wa
On 10/02/2015 12:18 PM, Konstantin Khlebnikov wrote:
When openvswitch tries allocate memory from offline numa node 0:
stats = kmem_cache_alloc_node(flow_stats_cache, GFP_KERNEL | __GFP_ZERO, 0)
It catches VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES || !node_online(nid))
[ replaced with VM_WARN_ON(!n
From: Konstantin Khlebnikov
Date: Fri, 02 Oct 2015 13:18:22 +0300
> When openvswitch tries allocate memory from offline numa node 0:
> stats = kmem_cache_alloc_node(flow_stats_cache, GFP_KERNEL | __GFP_ZERO, 0)
> It catches VM_BUG_ON(nid < 0 || nid >= MAX_NUMNODES || !node_online(nid))
> [ replac
On 10/05/15 at 01:09pm, Jiri Benc wrote:
> Store tunnel protocol (AF_INET or AF_INET6) in sw_flow_key. This field now
> also acts as an indicator whether the flow contains tunnel data (this was
> previously indicated by tun_key.u.ipv4.dst being set but with IPv6 addresses
> in an union with IPv4 on
Add netlink attributes for IPv6 tunnel addresses. This enables IPv6 support
for tunnels.
Signed-off-by: Jiri Benc
Acked-by: Pravin B Shelar
---
v2: Changed description. Rebased tun_proto assignment in ip_tun_from_nlattr
to accomodate changes in the previous patch.
v3: No change.
---
include
Store tunnel protocol (AF_INET or AF_INET6) in sw_flow_key. This field now
also acts as an indicator whether the flow contains tunnel data (this was
previously indicated by tun_key.u.ipv4.dst being set but with IPv6 addresses
in an union with IPv4 ones this won't work anymore).
The new field was a
This builds on the previous work that added IPv6 support to lwtunnels and
adds IPv6 tunneling support to ovs.
To use IPv6 tunneling, there needs to be a metadata based tunnel net_device
created and added to the ovs bridge. Currently, only vxlan is supported by
the kernel, with geneve to follow sho
Dear user dev@openvswitch.org, mail server administrator of openvswitch.org
would like to let you know the following:
We have detected that your email account was used to send a huge amount of
unsolicited commercial email during this week.
Probably, your computer had been infected and now contai
46 matches
Mail list logo