aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-dummy.c
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2012-12-16 16:42:17 -0800
committerEthan Jackson <ethan@nicira.com>2013-01-03 16:55:43 -0800
commit275707c33f8f5463154bc3e2f561181a2060ab57 (patch)
tree25424f8af78c56bcd70b49068377db781372f404 /lib/netdev-dummy.c
parent9284baa2a4872f477722aa6fba2be8ad7b317f00 (diff)
netdev: Rename get_drv_info() to get_status().
get_status() is a much more intuitive name since "status" is what the database column is called. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/netdev-dummy.c')
-rw-r--r--lib/netdev-dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/netdev-dummy.c b/lib/netdev-dummy.c
index 6aa4084b..39b04cfa 100644
--- a/lib/netdev-dummy.c
+++ b/lib/netdev-dummy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2011, 2012 Nicira, Inc.
+ * Copyright (c) 2010, 2011, 2012, 2013 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -362,7 +362,7 @@ static const struct netdev_class dummy_class = {
NULL, /* get_in6 */
NULL, /* add_router */
NULL, /* get_next_hop */
- NULL, /* get_drv_info */
+ NULL, /* get_status */
NULL, /* arp_lookup */
netdev_dummy_update_flags,