Get rid of unused parameter to rate_limit_start().
[sliver-openvswitch.git] / lib / dhcp.c
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-04 Ben PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-26 Ben PfaffNew function ds_put_printable().
2008-07-30 Ben Pfaffdhcp: Make dhcp_option_to_string() act sensibly with...
2008-07-30 Ben Pfaffdhcp: New function dhcp_option_equals().
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-23 Ben Pfaffdhcp: Make output of dhcp_option_to_string() more unifo...
2008-07-22 Ben Pfaffdhcp: Make dhcp_msg_to_string() support a multiline...
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben PfaffImplement DHCP client.