Re: CVS commit: src/sys/netinet

2018-02-13 Thread Maxime Villard
I've reverted the change, I'll re-investigate this later. Maxime Le 13/02/2018 à 18:40, Frank Kardel a écrit : This must be revisited - IKE/racoon breaks with 1.240. racoon listens on port 500. packets for port 500 arrive at the interface (tcpdump sees them), but racoon NEVER receives any

Re: CVS commit: src/sys/netinet6

2018-02-13 Thread Robert Swindells
m...@netbsd.org wrote: >Module Name:src >Committed By: maxv >Date: Tue Jan 30 15:54:03 UTC 2018 > >Modified Files: >src/sys/netinet6: in6.h ip6_input.c ip6_var.h > >Log Message: >Style, localify, remove dead code, and fix typos. No functional change. Please could we make

Re: CVS commit: src/sys/netinet

2018-02-13 Thread Frank Kardel
This must be revisited - IKE/racoon breaks with 1.240. racoon listens on port 500. packets for port 500 arrive at the interface (tcpdump sees them), but racoon NEVER receives any packets for port 500 (debug/ktuss sees nothing). Frank On 02/10/18 09:17, Maxime Villard wrote: Module Name:

Re: IEEE1394

2018-02-13 Thread maya
I'm reading the rest of the commits now :-) because it doesn't have ar_tha, ok!

IEEE1394

2018-02-13 Thread maya
On Tue, Feb 13, 2018 at 10:47:41AM +, Maxime Villard wrote: > + if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394) { > + goto out; > + } > + What makes IEEE-1394 so bad it needs a blacklist rather than a whitelist? there's some other really weird options for ar_hrd