Re: fix bgpd unittests

2019-03-03 Thread Claudio Jeker
On Sun, Mar 03, 2019 at 07:12:19AM +0100, mb...@mbuhl.me wrote: > Hi, > the bgpd unittests are currently failing because the signature of sa2addr > changed. > > > Wed Feb 27 04:31:56 2019 UTC (4 days, 1 hour ago) by claudio > > Convert the remote and local addresses in struct peer to be bgpd_addr

fix bgpd unittests

2019-03-02 Thread mbuhl
Hi, the bgpd unittests are currently failing because the signature of sa2addr changed. > Wed Feb 27 04:31:56 2019 UTC (4 days, 1 hour ago) by claudio > Convert the remote and local addresses in struct peer to be bgpd_addrs > instead of sockaddr_storage. This again helps protability and simplifies