EasyNet
EasyNet
Yes, as I suspected. Downgrading to version 9.0.2 stable the ping is working and I have this: ``` FRR01# show version FRRouting 9.0.2 (FRR01) on Linux(6.7.12-amd64). Copyright 1996-2005 Kunihiro Ishiguro,...
I've tested also with 10.0 stable and I have the same issue. Could be a regression in 10.x ?
I've test 9.1 and is still working ok. I'm presuming that something was changed between 9.1 and 10.0 and made a regression.
Exactly the same I was thinking. I think `dev lo` is not reinjecting the packet back in the network stack. Between VRFs is ok. I saw the lookup is done...
Ok. I will try this evening. I thing I saw this code: ``` if (src_bgp || bpi_ultimate->sub_type == BGP_ROUTE_STATIC || bpi_ultimate->sub_type == BGP_ROUTE_REDISTRIBUTE) { ifp = if_get_vrf_loopback(src_vrf->vrf_id); if (ifp) static_attr.nh_ifindex...
Yep, is working: ``` FRR01# show version FRRouting 10.1-dev (FRR01) on Linux(6.7.12-amd64). Copyright 1996-2005 Kunihiro Ishiguro, et al. configured with: '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--disable-option-checking' '--disable-silent-rules' '--libdir=${prefix}/lib/x86_64-linux-gnu'...
@taspelund you will create a PR ? Or I can do it for you, if you want.
Ah, sorry @taspelund. I was tagging you wrongly. I wanted to ask @louis-6wind .