X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fdiscovery.c;h=372c3afe10cf117d13340761993e60a149c8ae24;hb=f4ade10529d5a3882ff1d6937c19f5c1585eb8b1;hp=2868db5a8599f4b895385b8ac8e0b59695497d99;hpb=d17ee8689bff22541dccaa792b70a848641f3646;p=openvswitch diff --git a/ofproto/discovery.c b/ofproto/discovery.c index 2868db5a..372c3afe 100644 --- a/ofproto/discovery.c +++ b/ofproto/discovery.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. @@ -244,7 +244,7 @@ discovery_wait(struct discovery *d) } static void -modify_dhcp_request(struct dhcp_msg *msg, void *aux UNUSED) +modify_dhcp_request(struct dhcp_msg *msg, void *aux OVS_UNUSED) { dhcp_msg_put_string(msg, DHCP_CODE_VENDOR_CLASS, "OpenFlow"); }