Re: ure(4): add support for RTL8156B

2022-04-01 Thread David Gwynne
> On 2 Apr 2022, at 03:09, Stuart Henderson wrote: > > On 2022/04/01 17:13, Stuart Henderson wrote: >> On 2022/04/01 10:26, Gerhard Roth wrote: >>> On 4/1/22 07:41, Kevin Lo wrote: ure0: RTL8153 (0x5c10), address 00:e0:4c:xx:xx:xx rgephy1 at ure0 phy 0: RTL8251 PHY, rev. 0

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Theo Buehler
> And here is the updated diff ok

Re: ure(4): add support for RTL8156B

2022-04-01 Thread Stuart Henderson
On 2022/04/01 17:13, Stuart Henderson wrote: > On 2022/04/01 10:26, Gerhard Roth wrote: > > On 4/1/22 07:41, Kevin Lo wrote: > > > > > > ure0: RTL8153 (0x5c10), address 00:e0:4c:xx:xx:xx > > > rgephy1 at ure0 phy 0: RTL8251 PHY, rev. 0 > > > > > > ure0: RTL8153B (0x6010), address f4:28:53:xx:xx:x

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Claudio Jeker
On Fri, Apr 01, 2022 at 06:52:48PM +0200, Claudio Jeker wrote: > On Fri, Apr 01, 2022 at 06:31:43PM +0200, Theo Buehler wrote: > > On Fri, Apr 01, 2022 at 05:01:00PM +0200, Claudio Jeker wrote: > > > cert_parse_inner() now only uses the ta flag to change behaviour of > > > loading the various x509

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Claudio Jeker
On Fri, Apr 01, 2022 at 06:31:43PM +0200, Theo Buehler wrote: > On Fri, Apr 01, 2022 at 05:01:00PM +0200, Claudio Jeker wrote: > > cert_parse_inner() now only uses the ta flag to change behaviour of > > loading the various x509 extensions (AKI, SKI, AIA und CRL DP). > > > > This diff changes these

Re: rpki-client adjust x509_get functions

2022-04-01 Thread Theo Buehler
On Fri, Apr 01, 2022 at 05:01:00PM +0200, Claudio Jeker wrote: > cert_parse_inner() now only uses the ta flag to change behaviour of > loading the various x509 extensions (AKI, SKI, AIA und CRL DP). > > This diff changes these functions to work always. Make AKI, AIA and CRL DP > optional and have

Re: ure(4): add support for RTL8156B

2022-04-01 Thread Stuart Henderson
On 2022/04/01 10:26, Gerhard Roth wrote: > On 4/1/22 07:41, Kevin Lo wrote: > > > > ure0: RTL8153 (0x5c10), address 00:e0:4c:xx:xx:xx > > rgephy1 at ure0 phy 0: RTL8251 PHY, rev. 0 > > > > ure0: RTL8153B (0x6010), address f4:28:53:xx:xx:xx > > rgephy1 at ure0 phy 0: RTL8251 PHY, rev. 0 > > > > u

OpenBSD Errata: April 1, 2022 (zlib)

2022-04-01 Thread Alexander Bluhm
Errata patches for zlib have been released for OpenBSD 6.9 and 7.0. Binary updates for the amd64, i386 and arm64 platform are available via the syspatch utility. Source code patches can be found on the respective errata page: https://www.openbsd.org/errata69.html https://www.openbsd.org/erra

rpki-client adjust x509_get functions

2022-04-01 Thread Claudio Jeker
cert_parse_inner() now only uses the ta flag to change behaviour of loading the various x509 extensions (AKI, SKI, AIA und CRL DP). This diff changes these functions to work always. Make AKI, AIA and CRL DP optional and have the code calling those functions check if they must have the extension. I

Re: rpki-client cert.c refactor

2022-04-01 Thread Theo Buehler
On Fri, Apr 01, 2022 at 02:44:43PM +0200, Claudio Jeker wrote: > I would like to get rid of the ta flag on cert_parse_inner() and only do > the basic cert parse bits there. Then cert_parse() and ta_parse() do the > other bits. > > This moves the easy checks to the right place. Great. This is alre

rpki-client cert.c refactor

2022-04-01 Thread Claudio Jeker
I would like to get rid of the ta flag on cert_parse_inner() and only do the basic cert parse bits there. Then cert_parse() and ta_parse() do the other bits. This moves the easy checks to the right place. -- :wq Claudio Index: cert.c ==

Re: rcctl.8: Add missing variable

2022-04-01 Thread Antoine Jacoutot
On Thu, Mar 31, 2022 at 09:46:07PM -0500, Matthew Martin wrote: > diff --git rcctl.8 rcctl.8 > index 6c3048b834c..93a76a937c1 100644 > --- rcctl.8 > +++ rcctl.8 > @@ -64,6 +64,7 @@ can be one of > .Cm class , > .Cm flags , > .Cm logger , > +.Cm rtable , > .Cm status , > .Cm timeout > or Inde

Re: ure(4): add support for RTL8156B

2022-04-01 Thread Gerhard Roth
On 4/1/22 07:41, Kevin Lo wrote: > On Fri, Apr 01, 2022 at 12:06:02PM +1000, Jonathan Matthew wrote: >> >> On Thu, Mar 31, 2022 at 09:41:09PM +0800, Kevin Lo wrote: >>> Hi, >>> >>> >>> This diff adds preliminary supp

Re: wg(4): 'Address already in use' when wgrtable is changed

2022-04-01 Thread YASUOKA Masahiko
Hi, On Tue, 29 Mar 2022 17:28:23 +0900 Yuichiro NAITO wrote: > There is one thing I'm worrying about. > Ifconfig doesn't show wgrtable value with your patch. > In my use case as follows, it seems that setting `wgrtable 1` is > ignored. > > ``` > # route -T1 add default `cat /etc/mygate` > # ifco