X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdhcp.h;h=96696a2452817f03e12e01a66225fbbb8791bcdb;hb=600c9d5950dfdcd98699497793087899dbe2e8cf;hp=07452c91f8fe866d08966add0b27344a3ff64861;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=sliver-openvswitch.git diff --git a/lib/dhcp.h b/lib/dhcp.h index 07452c91f..96696a245 100644 --- a/lib/dhcp.h +++ b/lib/dhcp.h @@ -24,6 +24,10 @@ struct ds; struct ofpbuf; +/* Ports used by DHCP. */ +#define DHCP_SERVER_PORT 67 /* Port used by DHCP server. */ +#define DHCP_CLIENT_PORT 68 /* Port used by DHCP client. */ + /* Values for 'op' field. */ #define DHCP_BOOTREQUEST 1 /* Message sent by DHCP client. */ #define DHCP_BOOTREPLY 2 /* Message sent by DHCP server. */