LIST_FOREACH_SAFE macro for mnt_vnodelist

2019-12-24 Thread Alexander Bluhm
Hi, Use FOREACH macro for mnt_vnodelist. ok? bluhm Index: nfs/nfs_subs.c === RCS file: /data/mirror/openbsd/cvs/src/sys/nfs/nfs_subs.c,v retrieving revision 1.139 diff -u -p -r1.139 nfs_subs.c --- nfs/nfs_subs.c 30 Nov 2018 09

ospf6d: refactor link state ack/req

2019-12-24 Thread Denis Fondras
Refactor link state ack/req in ospf6d so it looks closer to ospfd. Index: lsack.c === RCS file: /cvs/src/usr.sbin/ospf6d/lsack.c,v retrieving revision 1.7 diff -u -p -r1.7 lsack.c --- lsack.c 11 Dec 2019 21:33:56 - 1.7 ++

remove special ::1 ours check

2019-12-24 Thread Alexander Bluhm
Hi, The loopback check in ip6_input_if() seems needless. The ::1 destination address is in the routing table and will be identified as any other local address. Better use the generic IP input path. I see no reason to handle ::1 source address special. We do not have this check for IPv4. Kame h

Re: [UPDATE] xterm 351

2019-12-24 Thread Solene Rapenne
Le Mon, 23 Dec 2019 17:34:10 +0100, Matthieu Herrb a écrit : > Hi, > > the diff below (also available as https://xenocara.org/xterm-351.diff) > updates xterm to version 351 (from current version 344 in xenocara). > > For a detailed change log see > https://invisible-island.net/xterm/xterm.log.h

Re: ospf6d: type p2p

2019-12-24 Thread Denis Fondras
On Mon, Dec 23, 2019 at 11:09:42PM +0100, Remi Locherer wrote: > Hi, > > this brings support for interface "type p2p" to ospf6d (ospfd got it a few > weeks ago). > > The configuration looks like this: > > area 0.0.0.0 { > interface em0 { > type p2p > } > } > > OK? >

Re: ospf6d: type p2p

2019-12-24 Thread Kapetanakis Giannis
On 24/12/2019 00:09, Remi Locherer wrote: Hi, this brings support for interface "type p2p" to ospf6d (ospfd got it a few weeks ago). The configuration looks like this: area 0.0.0.0 { interface em0 { type p2p } } OK? Remi works for me :) kudos G Index: