X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-dhcp-client.c;h=f38d438fce404d061248ba8cdea807e421804275;hb=3b917492c68516f113fe3d02cb4ed9885fae6b4d;hp=7ea476ca16afc27e958e43041e289d8c20a8a9e2;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/tests/test-dhcp-client.c b/tests/test-dhcp-client.c index 7ea476ca..f38d438f 100644 --- a/tests/test-dhcp-client.c +++ b/tests/test-dhcp-client.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -95,7 +95,7 @@ release(void *cli_) } static void -modify_dhcp_request(struct dhcp_msg *msg, void *aux UNUSED) +modify_dhcp_request(struct dhcp_msg *msg, void *aux OVS_UNUSED) { if (vendor_class) { dhcp_msg_put_string(msg, DHCP_CODE_VENDOR_CLASS, vendor_class); @@ -176,8 +176,8 @@ usage(void) "\nDHCP options:\n" " --request-ip=IP request specified IP address (default:\n" " do not request a specific IP)\n" - " --vendor-class=STRING use STRING as vendor class (default:\n" - " none); use OpenFlow to imitate secchan\n" + " --vendor-class=STRING use STRING as vendor class; use\n" + " OpenFlow to imitate ovs-openflowd\n" " --no-resolv-conf do not update /etc/resolv.conf\n", program_name, program_name); vlog_usage();