Re: show memory question

2021-01-25 Thread Alarig Le Lay
Thank you for your precisions :) On Mon 25 Jan 2021 10:15:00 GMT, Maria Matejka wrote: > Hello! > > My first thought would be that BIRD called free() on that memory, not > necessarily returning the memory back to the kernel. > > This may change in some new versions with changing at least some o

Re: OSPFv2 and unnumbered interfaces without peer ?

2021-01-25 Thread Ondrej Zajicek
On Sun, Jan 24, 2021 at 11:57:36AM -0500, Etienne Champetier wrote: > Hi All, > > Is it possible to use unnumbered interfaces without having a peer > address setup ? > Without a peer the state stays 'PtP (stub)' > > Jason (in CC) and I were wondering if this is a Bird limitation or if > having a

Re: [bug] network prefix applied to local instead of peer address

2021-01-25 Thread Etienne Champetier
Hi Ondrej, Le lun. 25 janv. 2021 à 10:03, Ondrej Zajicek a écrit : > > On Sun, Jan 24, 2021 at 05:23:30PM -0500, Etienne Champetier wrote: > > Hi All, > > > > When configuring a ptp interface, the local address is /32, and the > > prefix is supposed to be applied to the peer address > > I not usi

Re: [bug] network prefix applied to local instead of peer address

2021-01-25 Thread Ondrej Zajicek
On Sun, Jan 24, 2021 at 05:23:30PM -0500, Etienne Champetier wrote: > Hi All, > > When configuring a ptp interface, the local address is /32, and the > prefix is supposed to be applied to the peer address > I not using a non /32 peer but was curious when reading `man ip-address` Hi It is true th

Re: show memory question

2021-01-25 Thread Maria Matejka
Hello! My first thought would be that BIRD called free() on that memory, not necessarily returning the memory back to the kernel. This may change in some new versions with changing at least some of the memory allocations to mmap/munmap. This should help a lot with this specific problem, anyw