Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-05-11 Thread Yalan Zhang
Hi Cédric, I think I find the machine with a RA route. (It is the original machine in the first mail) # ip a show enp0s25 2: enp0s25: mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:24:7e:05:42:32 brd ff:ff:ff:ff:ff:ff inet 10.66.71.67/23 brd

Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-05-10 Thread Yalan Zhang
I have no RA route set. I will try, Thank you very much! Best Regards, Yalan Zhang IRC: yalzhang Internal phone: 8389413 On Wed, May 10, 2017 at 3:34 PM, Cedric Bosdonnat wrote: > On Wed, 2017-05-10 at 13:30 +0800, Yalan Zhang wrote: > > I'm sorry that I missed the mail. >

Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-05-10 Thread Cedric Bosdonnat
On Wed, 2017-05-10 at 13:30 +0800, Yalan Zhang wrote: > I'm sorry that I missed the mail.  没关系 > But currently I can not reproduce it.  > For the error by net-create, it is executed when I set accept_ra to 1. That sounds more normal. net-create and net-start are triggering the same code in the

Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-05-09 Thread Yalan Zhang
Hi Cédric, 您好 :) I'm sorry that I missed the mail. But currently I can not reproduce it. For the error by net-create, it is executed when I set accept_ra to 1. I have just test on libvirt-3.2.0-4.el7.x86_64, the behavior changes, it seems like there is no check for accept_ra before start a

Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-04-18 Thread Cedric Bosdonnat
Yalan 你好 On Mon, 2017-04-17 at 17:30 +0800, Yalan Zhang wrote: > I have tested it, it works well. But the interface name will repeat 2 times.  > Please help to confirm this, and if below test for a single port host is > enough? > > # cat /proc/sys/net/ipv6/conf/enp0s25/accept_ra > 1 > > enable

Re: [libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-04-17 Thread Yalan Zhang
Hi Cédric, I have tested it, it works well. But the interface name will repeat 2 times. Please help to confirm this, and if below test for a single port host is enough? # cat /proc/sys/net/ipv6/conf/enp0s25/accept_ra 1 enable network default with ipv6 ip section # virsh net-start default

[libvirt] [PATCH v2 0/5] Prevent losing IPv6 routes due to forwarding

2017-03-15 Thread Cédric Bosdonnat
Hi Laine, all, Here is the v2 of my series. The changes are: * Add a commit to create a virNetDevGetName() function * Fix Laine's comments Cédric Bosdonnat (5): util: extract the request sending code from virNetlinkCommand() util: add virNetlinkDumpCommand() bridge_driver.c: more uses