X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-dummy.c;h=b8c23c5835b4f9b20e655a991e4361b7a429a6a2;hb=ce00d4982293323384f32e5a35eb3441f350d20a;hp=5c6563ccb1b43296801895531705b3fd80bbeb77;hpb=bde9f75de100e3801735bf69f605320f4db65cba;p=openvswitch diff --git a/lib/netdev-dummy.c b/lib/netdev-dummy.c index 5c6563cc..b8c23c58 100644 --- a/lib/netdev-dummy.c +++ b/lib/netdev-dummy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -352,7 +352,7 @@ static const struct netdev_class dummy_class = { NULL, /* get_in6 */ NULL, /* add_router */ NULL, /* get_next_hop */ - NULL, /* get_status */ + NULL, /* get_drv_info */ NULL, /* arp_lookup */ netdev_dummy_update_flags,