Re: syslogd ipv6 proto6

2014-08-22 Thread Alexander Bluhm
On Tue, Aug 19, 2014 at 01:59:42AM +0200, Alexander Bluhm wrote: > I will split this diff into smaller parts to make review and > discussion easier. At the moment syslogd opens both IPv4 and IPv6 sockets unconditionally. I can restrict it to a protocol family with -4 and -6 command line switches.

syslogd comparison between signed and unsigned

2014-08-22 Thread Alexander Bluhm
Hi, When compiling syslogd with WARNINGS=yes gcc complains with many "warning: comparison between signed and unsigned". I would like to fix them. ok? bluhm Index: usr.sbin/syslogd/privsep.c === RCS file: /data/mirror/openbsd/cvs/s

Re: arp(8) output and expire timer

2014-08-22 Thread Stuart Henderson
can we go back to the standard MAC address formatting that's used everywhere except ndp? Index: arp.c === RCS file: /cvs/src/usr.sbin/arp/arp.c,v retrieving revision 1.59 diff -u -p -r1.59 arp.c --- arp.c 21 Aug 2014 10:23:47 -0

Re: arp(8) output and expire timer

2014-08-22 Thread Martin Pieuchot
On 22/08/14(Fri) 22:54, Stuart Henderson wrote: > can we go back to the standard MAC address formatting that's used > everywhere except ndp? Fine with me, any reason not to do it for ndp too? > > Index: arp.c > === > RCS file: /cvs/

Re: arp(8) output and expire timer

2014-08-22 Thread Stuart Henderson
On 2014/08/23 00:00, Martin Pieuchot wrote: > On 22/08/14(Fri) 22:54, Stuart Henderson wrote: > > can we go back to the standard MAC address formatting that's used > > everywhere except ndp? > > Fine with me, any reason not to do it for ndp too? None that I know of ... Index: ndp.c =

Re: arp(8) output and expire timer

2014-08-22 Thread Paul de Weerd
On Fri, Aug 22, 2014 at 11:16:31PM +0100, Stuart Henderson wrote: | On 2014/08/23 00:00, Martin Pieuchot wrote: | > On 22/08/14(Fri) 22:54, Stuart Henderson wrote: | > > can we go back to the standard MAC address formatting that's used | > > everywhere except ndp? | > | > Fine with me, any reason