Re: tcpdump: print nhrp packets

2020-04-14 Thread David Gwynne
> On 14 Apr 2020, at 8:15 pm, Remi Locherer wrote: > > On Tue, Apr 14, 2020 at 01:49:32PM +1000, David Gwynne wrote: >> >> >>> On 13 Apr 2020, at 19:03, Remi Locherer wrote: >>> >>> Hi, >>> >>> I recently looked into NHRP (RFC 2332) and noticed that our tcpdump does >>> not have a printer

Re: suggest to run rpki-client hourly

2020-04-14 Thread Jason McIntyre
On Tue, Apr 14, 2020 at 01:05:44PM -0600, Todd C. Miller wrote: > On Mon, 13 Apr 2020 21:45:21 -0600, Bob Beck wrote: > > > Like this one plenty. I think it's ok the values change on reload. > > Here's a cleaned up version that includes the man page. The random > interval can now be one of "~"

Re: cpu utilisation bars for top(1)

2020-04-14 Thread Edd Barrett
Hi, On Mon, Apr 13, 2020 at 07:18:34PM +0100, Stuart Henderson wrote: > It would make better use of the screen space if it worked like systat vm - > multiple characters | (interrupt), @ (spin), = (sys), > (user) ... this fits > a lot more information into the same space than just using a single ch

Re: suggest to run rpki-client hourly

2020-04-14 Thread Todd C . Miller
On Mon, 13 Apr 2020 21:45:21 -0600, Bob Beck wrote: > Like this one plenty. I think it's ok the values change on reload. Here's a cleaned up version that includes the man page. The random interval can now be one of "~", "low~high", "low~", or "~high" where if low and/or high are omitted, the a

Re: switch powerpc to MI mplock

2020-04-14 Thread Mark Kettenis
> Date: Fri, 10 Apr 2020 09:31:24 +0200 > From: Martin Pieuchot > > In order to reduce the differences with other architecture and to be able > to use WITNESS on powerpc I'm proposing the diff below that makes use of > the MI mp (ticket) lock implementation for powerpc. > > This has been tested

net80211: mira fix for MIMO

2020-04-14 Thread Stefan Sperling
This change affects MIMO-capable drivers: iwm(4), iwx(4), and athn(4) Prevent MiRA from jumping from very high to very low rates while switching ratesets when probing. MiRA does multi-phase probing where it first probes within the current rateset (e.g. MCS 8-15 aka MIMO2) and then switches to ano

Re: tcpdump: print nhrp packets

2020-04-14 Thread Remi Locherer
On Tue, Apr 14, 2020 at 01:49:32PM +1000, David Gwynne wrote: > > > > On 13 Apr 2020, at 19:03, Remi Locherer wrote: > > > > Hi, > > > > I recently looked into NHRP (RFC 2332) and noticed that our tcpdump does > > not have a printer for it. So I added support for NHRP to tcpdump. > > > > Init

Re: Simplify NET_LOCK() variations

2020-04-14 Thread Martin Pieuchot
On 14/04/20(Tue) 10:47, Claudio Jeker wrote: > On Tue, Apr 14, 2020 at 10:08:54AM +0200, Martin Pieuchot wrote: > > Thanks for all the inputs, updated diff below. > > > > On 13/04/20(Mon) 03:20, Alexandr Nedvedicky wrote: > > > On Sun, Apr 12, 2020 at 07:02:43PM +0200, Mark Kettenis wrote: > > > >

Re: Simplify NET_LOCK() variations

2020-04-14 Thread Claudio Jeker
On Tue, Apr 14, 2020 at 10:08:54AM +0200, Martin Pieuchot wrote: > Thanks for all the inputs, updated diff below. > > On 13/04/20(Mon) 03:20, Alexandr Nedvedicky wrote: > > On Sun, Apr 12, 2020 at 07:02:43PM +0200, Mark Kettenis wrote: > > > > From: "Theo de Raadt" > > > > Date: Sun, 12 Apr 2020

Re: Simplify NET_LOCK() variations

2020-04-14 Thread Martin Pieuchot
Thanks for all the inputs, updated diff below. On 13/04/20(Mon) 03:20, Alexandr Nedvedicky wrote: > On Sun, Apr 12, 2020 at 07:02:43PM +0200, Mark Kettenis wrote: > > > From: "Theo de Raadt" > > > Date: Sun, 12 Apr 2020 10:28:59 -0600 > > > > > > > + if ((p->p_flag & P_SYSTEM) && > > > > +