Re: [Openvpn-devel] [ovpn-dco] It seems not to compile ovpn-cli successfully

2020-11-18 Thread Antonio Quartulli
Hi Tony, Thanks a lot for your interest in ovpn-dco! It's amazing to see other people putting effort in using and testing our new kernel module :-) See my replies below: On 18/11/2020 03:31, wrote: > /usr/include/libnl3/netlink/handlers.h:51:15: warning: ??struct nlmsgerr?? > declared insi

[Openvpn-devel] ?????? [ovpn-dco] It seems not to compile ovpn-cli successfully

2020-11-18 Thread Tony
Hi Antonio, Thanks. Confirmed this issue has been fixed. Will test performance. If more issues are encountered, will report. Tony --  -- ??:

[Openvpn-devel] ovpn-dco: nestns-test.sh - fix the issue that veth is not created successfully

2020-11-18 Thread Tony He
Hi Antonio, Have you encountered this issue? Please help to review. Tony ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] ovpn-dco: nestns-test.sh - fix the issue that veth is not created successfully.

2020-11-18 Thread Antonio Quartulli
Hi, On 18/11/2020 15:54, Tony He wrote: > According to user manual of "ip link", the command should be > "ip link add veth0 type veth peer name veth1" > > instead of > "ip link add veth0 type veth peer veth1" > > With this fix, after running "./netns-test.sh", we can do ping test by > executing

Re: [Openvpn-devel] ovpn-dco: nestns-test.sh - fix the issue that veth is not created successfully

2020-11-18 Thread Antonio Quartulli
Hi Tony, On 18/11/2020 15:54, Tony He wrote: > > Hi Antonio, > > Have you encountered this issue? Please help to review. > No, we have never encountered this issue. My feeling is that you are using userspace tools that are older than what we normally use. I see you are using Ubuntu 18.04 and

Re: [Openvpn-devel] ovpn-dco: nestns-test.sh - fix the issue that veth is not created successfully

2020-11-18 Thread Tony He
Hi Antonio, To confirm, I installed a Ubuntu 20.04 VM and saw it supports these two formates. Tony Antonio Quartulli 于2020年11月18日周三 下午11:05写道: > Hi Tony, > > On 18/11/2020 15:54, Tony He wrote: > > > > Hi Antonio, > > > > Have you encountered this issue? Please help to review. > > > > No, we h

Re: [Openvpn-devel] ovpn-dco: nestns-test.sh - fix the issue that veth is not created successfully

2020-11-18 Thread Antonio Quartulli
Hi Tony, On 19/11/2020 02:26, Tony He wrote: > Hi Antonio, > > To confirm, I installed a Ubuntu 20.04 VM and saw it supports these two > formates. > Thanks a lot for checking - this is what I imagined too. The ip tool has introduced several shortcuts over time to make it more user friendly. Nonet