ofp-util: Use 32bit port for Open Flow 1.1 & 1.2 Port Mod Request
[openvswitch] / lib / netdev-dummy.c
index 5c6563ccb1b43296801895531705b3fd80bbeb77..b8c23c5835b4f9b20e655a991e4361b7a429a6a2 100644 (file)
@@ -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,