Re: syslogd truncating messages on FreeBSD >11.2-R

2019-11-13 Thread Scott
Thanks all. Scott On Wed, Nov 13, 2019 at 05:11:51PM +1100, Kubilay Kocak wrote: > On 9/11/2019 2:08 pm, Scott wrote: > > Hi, > > > > please let me know if there is a better forum for this. > > > > As of 11.3-RELEASE syslogd truncates all forwarded messages to 480 bytes for > > IPV4 and 1180

Re: syslogd truncating messages on FreeBSD >11.2-R

2019-11-12 Thread Kubilay Kocak
On 9/11/2019 2:08 pm, Scott wrote: Hi, please let me know if there is a better forum for this. As of 11.3-RELEASE syslogd truncates all forwarded messages to 480 bytes for IPV4 and 1180 for IPv6. The change occurs in the added code: switch (f->f_type) { case F_FORW:

syslogd truncating messages on FreeBSD >11.2-R

2019-11-08 Thread Scott
Hi, please let me know if there is a better forum for this. As of 11.3-RELEASE syslogd truncates all forwarded messages to 480 bytes for IPV4 and 1180 for IPv6. The change occurs in the added code: switch (f->f_type) { case F_FORW: /* Truncate messages to RFC