aboutsummaryrefslogtreecommitdiff
path: root/lib/dhcp.h
AgeCommit message (Collapse)Author
2011-05-16Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff
I looked at almost every uint<N>_t in the tree to determine whether it was really in network byte order, and converted the ones that were. The only remaining ones, modulo my mistakes, are in openflow.h. I'm not sure whether we should convert those, because there might be some value in remaining close to upstream for this header.
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
I've never heard of anyone actually using controller discovery. It adds a great deal of code to the source tree, and a little bit of complication to ofproto, so this commit removes it.
2009-07-29Fix DHCP request source port and add port #define'sJustin Pettit
DHCP requests were sent with a source port of 66, when it should be 68. This code has been tested, so apparently many DHCP servers don't pay attention to the source port. This commit also adds #define's for the DHCP ports, so that magic numbers don't need to be used.
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff