CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/16 09:00:13
Modified files:
usr.sbin/relayd: parse.y
Log message:
relayd: add more useful config checks
- The interval should not be 0, we're making a few divisions with it.
- tcp buffer size and header length of zero makes no sense.
- ip ttl and minttl is u_int8_t so we should restrict it to 255.
OK kirill@
