Re: CVS commit: src/sys/netinet

2017-01-16 Thread Christos Zoulas
On Jan 16, 8:28pm, r...@marples.name (Roy Marples) wrote: -- Subject: Re: CVS commit: src/sys/netinet | On 16/01/2017 15:14, Christos Zoulas wrote: | > Module Name:src | > Committed By: christos | > Date: Mon Jan 16 15:14:16 UTC 2017 | > | > Modified Files: | >

Re: CVS commit: src/sys/netinet

2017-01-16 Thread Roy Marples
On 16/01/2017 15:14, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Mon Jan 16 15:14:16 UTC 2017 Modified Files: src/sys/netinet: if_arp.c in_var.h ip_output.c Log Message: rename arplog -> ARPLOG to make it clear that it is a macro and tuck-in the

Re: CVS commit: src/sys

2017-01-16 Thread Ryo Shimizu
>Yes, and IN6_PRINT(buf, a) does (in6_print(buf, sizeof(buf), a), buf) >for that exact reason. Oh! I understand. thanks your cleanup. -- ryo shimizu

Re: CVS commit: src/sys

2017-01-16 Thread Christos Zoulas
On Jan 17, 2:06am, r...@nerv.org (Ryo Shimizu) wrote: -- Subject: Re: CVS commit: src/sys | >ip6_sprintf -> IN6_PRINT so that we pass the size. | | ip6_sprintf() returns char *, but in6_print() returns int. | We cannot use in6_print() for log("%s", ...) Yes, and IN6_PRINT(buf, a) does

Re: CVS commit: src/sys

2017-01-16 Thread Ryo Shimizu
>Module Name: src >Committed By: christos >Date: Mon Jan 16 15:44:47 UTC 2017 > >Modified Files: > src/sys/net: if_llatbl.c if_spppsubr.c > src/sys/netinet: dccp_usrreq.c ip_carp.c sctp_asconf.c sctputil.c > src/sys/netinet6: icmp6.c in6.c in6_gif.c in6_src.c

Re: CVS commit: src/etc

2017-01-16 Thread Christos Zoulas
In article <20170116093926.99ca3f...@cvs.netbsd.org>, Hauke Fath wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: hauke >Date: Mon Jan 16 09:39:26 UTC 2017 > >Modified Files: > src/etc: protocols > >Log Message: >Add carp as an alias for vrrp -