Re: Suppessing logging of arp movement messages

2017-11-09 Thread OpenBSD
Torsten, Thanks for responding to my question. I know about this specific sysctl on FreeBSD. Used this one on pfSense as well. The issue is that this one, or functional similar seems not available on OpenBSD. MarcoPC > Op 8 nov. 2017, om 16:44 heeft torsten het volgende > geschreven: > >>

Re: Suppessing logging of arp movement messages

2017-11-09 Thread OpenBSD
Thanks Daniel, Great direction on where to look at in the code. Even without programming experience I will be able to remove the logging part. No idea yet on how I can make this configurable via sysctl.conf, but that’s for later. Marco PC > Op 9 nov. 2017, om 10:07 heeft Daniel Gracia het >

Re: Suppessing logging of arp movement messages

2017-11-09 Thread Daniel Gracia
AFAIK there is no way to turn off those messages in the default kernel. You could try to write a patch if you care: take a look at src/sys/netinet/if_ether.c, line #625. Regards! 2017-11-09 9:14 GMT+01:00 OpenBSD : > Torsten, > > Thanks for responding to my question. > I know about this specifi

Re: Suppessing logging of arp movement messages

2017-11-09 Thread OpenBSD
Torsten, Thanks for responding to my question. I know about this specific sysctl on FreeBSD. Used this one on pfSense as well. The issue is that this one, or functional similar seems not available on OpenBSD. Maybe someone else has run into this before and found a way? Marco PC > Op 8 nov. 20

Re: Suppessing logging of arp movement messages

2017-11-08 Thread torsten
> -Original Message- > From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf > Of OpenBSD > Sent: 08 November 2017 15:44 > To: misc@openbsd.org > Subject: Suppessing logging of arp movement messages > > hello all, > > I have finally build an internet gateway with OpenBSD