Re: Add interface groups for dhcpd, fix whitespaces

2011-05-27 Thread Michal Mazurek
On Fri, May 27, 2011 at 01:22:24PM +0200, Reyk Floeter wrote: > > I didn't write a diff for dhcpd's manpage. > > > > you should write a new diff for dhcpd only that also includes the > manpage bits. Thanks for the comments. I hope it's legal to say "listen on an interface group". Index: dhcpd

Re: Add interface groups for dhcpd, fix whitespaces

2011-05-27 Thread Kenneth R Westerback
On Fri, May 27, 2011 at 01:22:24PM +0200, Reyk Floeter wrote: > On Fri, May 27, 2011 at 11:11:37AM +0200, Michal Mazurek wrote: > > Add listening on interface groups for dhcpd, from gilles@' smtpd. > > the dhcpd bit is interesting. > > > Add static to is_if_in_group in smtpd and relayd. > > i no

Re: Add interface groups for dhcpd, fix whitespaces

2011-05-27 Thread Reyk Floeter
On Fri, May 27, 2011 at 11:11:37AM +0200, Michal Mazurek wrote: > Add listening on interface groups for dhcpd, from gilles@' smtpd. the dhcpd bit is interesting. > Add static to is_if_in_group in smtpd and relayd. i normally don't use static functions in relayd. > Fix whitespaces in is_if_in_gr

Add interface groups for dhcpd, fix whitespaces

2011-05-27 Thread Michal Mazurek
Add listening on interface groups for dhcpd, from gilles@' smtpd. Add static to is_if_in_group in smtpd and relayd. Fix whitespaces in is_if_in_group in smtpd and relayd. I didn't write a diff for dhcpd's manpage. Index: dhcpd/dispatch.c ==