summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/bootp.c
AgeCommit message (Collapse)Author
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2005-01-31Simply use the ethernet source address of the request as new ethernetClaudio Jeker
destination instead of the one included in the dhcp packet. Especially because there are to many cases where the supplied address is wrong. This hopefully solves all problems with gateways involved, like the one reported by Dylan Martin. OK krw@ henning@ millert@
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio Jeker
interface for that. Also store the hardware (ethernet) address in the state so that relayed dhcp request are sent to the correct destination. OK henning@ requested by deraadt@ tested otto@
2004-05-11knfTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-04-21filter writes and lock bpf descriptor, ok henning@Can Erkin Acar
2004-04-18spacingTheo de Raadt
2004-04-18more KNFHenning Brauer
2004-04-18various knf; henning okTheo de Raadt
2004-04-15cleaning; from pedroHenning Brauer
2004-04-14spacesTheo de Raadt
2004-04-13may the whacking beginHenning Brauer