X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-discover.c;h=534dd7747a1619b71d30021ce64de8e09b47dcb9;hb=8274ae959ac0b158c3e3206b3810af608fb93785;hp=a89ebc58e6ade528bba94d1396680226a71a6ff4;hpb=0a6f55420508c31af9fe41aafdd26ce8462cc1be;p=sliver-openvswitch.git diff --git a/utilities/ovs-discover.c b/utilities/ovs-discover.c index a89ebc58e..534dd7747 100644 --- a/utilities/ovs-discover.c +++ b/utilities/ovs-discover.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -280,7 +280,8 @@ parse_options(int argc, char *argv[]) OPT_EXIT_WITHOUT_BIND, OPT_EXIT_AFTER_BIND, OPT_NO_DETACH, - VLOG_OPTION_ENUMS + VLOG_OPTION_ENUMS, + DAEMON_OPTION_ENUMS }; static struct option long_options[] = { {"accept-vconn", required_argument, 0, OPT_ACCEPT_VCONN},