Re: ipv4 route with ipv6 local link nexthop ?

2024-03-22 Thread Zhenlei Huang
> On Mar 22, 2024, at 5:05 PM, Benoit Chesneau > wrote: > > Awesome! Do we have a chance it land in a patch release soon ? Or better to > use a STABLE until the 14.1 is released? > Or you can stay on 14.0 If the workaround can fulfill. 14.1 is about to be released at 18 June as per the

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-22 Thread Benoit Chesneau
Awesome! Do we have a chance it land in a patch release soon ? Or better to use a STABLE until the 14.1 is released? Benoît On Thursday, March 14th, 2024 at 10:56, Zhenlei Huang wrote: >> On Mar 14, 2024, at 9:04 AM, Zhenlei Huang wrote: >> >>> On Mar 14, 2024, at 3:07 AM, Marek Zarychta

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-14 Thread Zhenlei Huang
> On Mar 14, 2024, at 9:04 AM, Zhenlei Huang wrote: > > > >> On Mar 14, 2024, at 3:07 AM, Marek Zarychta > > wrote: >> >> W dniu 13.03.2024 o 18:59, Marek Zarychta pisze: >>> W dniu 13.03.2024 o 16:31, Benoit Chesneau pisze: Hrm I thought it was

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Zhenlei Huang
> On Mar 14, 2024, at 3:07 AM, Marek Zarychta > wrote: > > W dniu 13.03.2024 o 18:59, Marek Zarychta pisze: >> W dniu 13.03.2024 o 16:31, Benoit Chesneau pisze: >>> Hrm I thought it was implemented via >>> https://reviews.freebsd.org/rG62e1a437f3285e785d9b35a476d36a469a90028d >>> >>> Wasn't

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Benoit Chesneau
Thanks for the patch! I will try :) Benoît Sent with Proton Mail secure email. On Wednesday, March 13th, 2024 at 20:07, Marek Zarychta wrote: > W dniu 13.03.2024 o 18:59, Marek Zarychta pisze: > > > W dniu 13.03.2024 o 16:31, Benoit Chesneau pisze: > > > > > Hrm I thought it was

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Marek Zarychta
W dniu 13.03.2024 o 18:59, Marek Zarychta pisze: W dniu 13.03.2024 o 16:31, Benoit Chesneau pisze: Hrm I thought it was implemented via https://reviews.freebsd.org/rG62e1a437f3285e785d9b35a476d36a469a90028d Wasn't it merged ? (also pretty sure I did test it in freebsd 13). FWIW: it works

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Marek Zarychta
W dniu 13.03.2024 o 16:31, Benoit Chesneau pisze: Hrm I thought it was implemented via https://reviews.freebsd.org/rG62e1a437f3285e785d9b35a476d36a469a90028d Wasn't it merged ? (also pretty sure I did test it in freebsd 13). FWIW: it works fine on CURRENT # ifconfig vlan8 destroy # ifconfig

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Marek Zarychta
W dniu 13.03.2024 o 16:31, Benoit Chesneau pisze: Hrm I thought it was implemented viahttps://reviews.freebsd.org/rG62e1a437f3285e785d9b35a476d36a469a90028d Wasn't it merged ? (also pretty sure I did test it in freebsd 13). You are right, I am sorry for contesting this. It looks like it

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Benoit Chesneau
Hrm I thought it was implemented via https://reviews.freebsd.org/rG62e1a437f3285e785d9b35a476d36a469a90028d Wasn't it merged ? (also pretty sure I did test it in freebsd 13). Benoît On Wednesday, March 13th, 2024 at 16:23, Marek Zarychta wrote: > W dniu 13.03.2024 o 14:09, Zhenlei Huang

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Marek Zarychta
W dniu 13.03.2024 o 14:09, Zhenlei Huang pisze: I managed to repeat this bug. It's more like missing feature, not any bug. AFAIK it was never implemented in route(8) to set IPv6 address as a next hop for IPv4 network. It should be possible to do it with Linux iproute2 package under Linux

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Benoit Chesneau
Hi Zhenlei, Thanks for testing;, I was about to start a vm for it. The workaround works as well. I It seems the same issue when you want to set a route on a n interface that doesn't have any IPs. eg.` route add -net 10.200.1.1/32 -iface vlan200` will not work without adding an IPv4 to the

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Zhenlei Huang
> On Mar 13, 2024, at 9:09 PM, Zhenlei Huang wrote: > > > >> On Mar 13, 2024, at 12:19 PM, Zhenlei Huang > > wrote: >> >> >> >>> On Mar 13, 2024, at 4:36 AM, Benoit Chesneau >> > wrote: >>> >>> On latest freebsd 14.0 release , I

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-13 Thread Zhenlei Huang
> On Mar 13, 2024, at 12:19 PM, Zhenlei Huang wrote: > > > >> On Mar 13, 2024, at 4:36 AM, Benoit Chesneau > > wrote: >> >> On latest freebsd 14.0 release , I am trying to join an ipv4 address over an >> IPV6 local link using the following command : >>

Re: ipv4 route with ipv6 local link nexthop ?

2024-03-12 Thread Zhenlei Huang
> On Mar 13, 2024, at 4:36 AM, Benoit Chesneau > wrote: > > On latest freebsd 14.0 release , I am trying to join an ipv4 address over an > IPV6 local link using the following command : > > `route add -net 10.200.1.1/32 -inet6 fe80::9439:36ff:fef0:7cbd%vlan200` > > But I get the following