Re: Dynamic routing and REJECT,LLINFO,CLONED routes

2021-11-07 Thread Denis Fondras
Le Sun, Nov 07, 2021 at 12:58:13PM +0100, Claudio Jeker a écrit : > To be honest, you have arp or ND running on that prefix and then overload > it with a /32 route. You really need to explain why you do that. This is > in my opinion a broken setup. > It seemed like a smart idea back then, but you

Re: Dynamic routing and REJECT,LLINFO,CLONED routes

2021-11-07 Thread Claudio Jeker
On Sun, Nov 07, 2021 at 12:46:43PM +0100, Denis Fondras wrote: > I came up with this diff to overcome my problem. > > Index: rtable.c > === > RCS file: /cvs/src/sys/net/rtable.c,v > retrieving revision 1.75 > diff -u -p -r1.75 rtable.

Re: Dynamic routing and REJECT,LLINFO,CLONED routes

2021-11-07 Thread Denis Fondras
I came up with this diff to overcome my problem. Index: rtable.c === RCS file: /cvs/src/sys/net/rtable.c,v retrieving revision 1.75 diff -u -p -r1.75 rtable.c --- rtable.c25 May 2021 22:45:09 - 1.75 +++ rtable.c7 Nov

Dynamic routing and REJECT,LLINFO,CLONED routes

2021-11-07 Thread Denis Fondras
Hi, I am using BGP to connect 2 OpenBSD-current routers : [static default GW]---RT1---[bgp]---RT2 I announce an IPv4 /32 from RT2. After I start both RT1 and RT2, traffic flows to RT2 /32 without any issue. However if I reboot RT2 (let's say for sysupgrade), RT1 loses the /32 (which is expected)