Re: bgpd config regress powerpc64

2021-04-14 Thread Claudio Jeker
On Wed, Apr 14, 2021 at 11:56:08PM +0200, Alexander Bluhm wrote: > Hi, > > On powerpc64 regress/usr.sbin/bgpd/config fails. It parses a config > file, writes bgpd's config to stdout and compares it with an expected > output. > > On powerpc64 the order of the set of communities is different. > >

bgpd config regress powerpc64

2021-04-14 Thread Alexander Bluhm
Hi, On powerpc64 regress/usr.sbin/bgpd/config fails. It parses a config file, writes bgpd's config to stdout and compares it with an expected output. On powerpc64 the order of the set of communities is different. The parser uses memcmp(3) to sort a struct of integers. This depends of the endia