[ovs-dev] 答复: [ovs-discuss] Do you know how I can set nd_options_type field for ipv6 ND message?

2021-02-21 Thread 杨燚
Thanks William, it is my ovs-ofctl issue, my ovs-vswitchd is new, but ovs-ofctl is old, but after I used ovs-ofctl, I still saw issues: OFPT_ERROR (OF1.3) (xid=0x6): OFPBAC_BAD_SET_ARGUMENT OFPT_FLOW_MOD (OF1.3) (xid=0x6): ADD icmp6,icmp_type=135,icmp_code=0,nd_sll=22:70:e0:d0:fc:75

Re: [ovs-dev] [ovs-discuss] Do you know how I can set nd_options_type field for ipv6 ND message?

2021-02-21 Thread William Tu
On Sat, Feb 20, 2021 at 2:11 AM Yi Yang (杨燚)-云服务集团 wrote: > > Hi, folks > > > > I need to set nd_options_type to 2 for NS message to respond IPv6 NS, my flow > is below, why nd_options_type can’t be set? Per commit > 9b2b84973db76e1138d9234ff1b84bb6bb156011, it should work, what’s wrong? >

[ovs-dev] Fail to compile the git master version of openvswitch on Ubuntu 20.04.

2021-02-21 Thread Hongyi Zhao
I try to compile the git master version of openvswitch on Ubuntu 20.04 with the following steps: $ sudo apt-get build-dep openvswitch-switch $ git clone https://github.com/openvswitch/ovs.git openvswitch/ovs.git $ cd openvswitch/ovs.git/ $ ./boot.sh $ ./configure $ make -j1 [...] make

[ovs-dev] Does have any plan to use ct() for router ports in ovn

2021-02-21 Thread 刘勰
Hi all: At present, the match option of ACL is not support router port in OVN. Are there any plans to support it? ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn 1/1] DNM: please ignore.. testing new server email send

2021-02-21 Thread Flavio Fernandes
Signed-off-by: Flavio Fernandes --- utilities/ovn-nbctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovn-nbctl.c b/utilities/ovn-nbctl.c index 2c77f4ba7..85298770f 100644 --- a/utilities/ovn-nbctl.c +++ b/utilities/ovn-nbctl.c @@ -2717,7 +2717,7 @@

Re: [ovs-dev] [PATCHv2] connmgr: Check nullptr inside ofmonitor_report()

2021-02-21 Thread William Tu
On Fri, Feb 19, 2021 at 6:29 PM 贺鹏 wrote: > > Hi, Ilya > > Ilya Maximets 于2021年2月19日周五 下午7:19写道: > > > > On 2/19/21 3:12 AM, 贺鹏 wrote: > > > Hi, > > > > > > Looks like this bug is caused by violating the fact that if a rule is > > > referenced, the related ofproto should not be destroyed. > > >

Re: [ovs-dev] [PATCH V2 00/14] Netdev vxlan-decap offload

2021-02-21 Thread Eli Britstein
On 2/18/2021 6:38 PM, Kovacevic, Marko wrote: External email: Use caution opening links or attachments <...> Sending to Marko. As he wasn't subscribed to ovs-dev then. <...> VXLAN decap in OVS-DPDK configuration consists of two flows: F1: in_port(ens1f0),eth(),ipv4(),udp(),

[ovs-dev] [PATCH ovn] ofctrl: Don't append actions for conj flows if called twice for same flow uuid.

2021-02-21 Thread numans
From: Numan Siddique In one of the scaled deployments, ovn-controller is asserting with the below stack trace *** (gdb) bt 0 raise () from /lib64/libc.so.6 1 abort () from /lib64/libc.so.6 2 ovs_abort_valist ("%s: assertion %s failed in %s()") at lib/util.c:419