For example:
Results in syslogd starting with the following parameters:#ifconfig re0 alias 172.24.0.225 netmask 255.255.255.0
# ifconfig
...
inet 172.24.0.224 netmask 0xffffff00 broadcast 172.24.0.255
inet 172.24.0.225 netmask 0xffffff00 broadcast 172.24.0.255
Which instead should be -a 172.24.0.224/24 -a 172.24.0.225/32 or better yet -a 172.24.0.224/24 -a 172.24.0.225/24 ?#ps -auxww |grep syslogd
root 3359 0.0 0.1 14548 2156 - Is 9:35AM 0:00.00 /usr/sbin/syslogd -8 -a 172.24.0.224 -a 172.24.0.225/32 -a 24 -f /var/etc/syslog.conf

