[vpp-dev] wireguard break on the 22.02 rc branch

2022-01-28 Thread Chunhui Zhan
Hi, All: I just upgraded the vpp from 21.10 branch to 22.02 rc5, and found that the wireguard was break: the wg interface could not ping each other. (This is ok on 21.10 branch) 1) vpp on ubuntu 20,04 public ip <---> ubuntu 20.04 client (behind nat). The two wg0 interfaces could not ping t

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-04 Thread Chunhui Zhan
on't know why FRR insists on pinging its neighbors before establishing an > OSPF adjacency - it seems unnecessary, and even undesirable to me. > > groet, > Pim > > On Fri, Mar 4, 2022 at 1:15 AM Chunhui Zhan wrote: > >> Hi, Pim, >> The vpp-dev mail group

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-04 Thread Chunhui Zhan
Note that if I dont use the loopback -- lcp --tunnel interfaces, just use the plain physical interface to connect the two routers, both frr and bird are working ok. It smells a little bit fishy here. On Fri, Mar 4, 2022 at 4:27 PM Chunhui Zhan wrote: > Hi, Pim, > I disable the ping_plu

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-05 Thread Chunhui Zhan
min/avg/max/mdev = 1.833/3.048/3.897/0.806 ms > > > root@vpp0-1:/etc/bird# birdc show ospf nei ospf4 > > BIRD 2.0.7 ready. > > ospf4: > > Router ID Pri State DTime Interface Router IP > > 192.168.10.0 1 Full/PtP36.196 gre0 10.0.0.

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-07 Thread Chunhui Zhan
It looks like it is a hardware issue on the pc2. I change the pc2 xl710 card and both the tcpdump and the ospfd now see the multicast hello packets on the lcp loopback interface. Chunhui On Sat, Mar 5, 2022 at 9:34 AM Chunhui Zhan wrote: > Pim: > My configuration is kind of much more c