Document ovs-vswitchd's ovs-appctl commands and some ovs-vswitchd internals.
[openvswitch] / extras / ezio / ovs-switchui.c
index 040bc7076c48ad08d3ffd8d7ca214adcf6f3012a..e83367d0fb03c83432dcbdbb3ae1916c57e8ef66 100644 (file)
@@ -2480,7 +2480,7 @@ choose_netdevs(struct svec *choices)
 
         retval = netdev_open(name, NETDEV_ETH_TYPE_NONE, &netdev);
         if (!retval) {
-            bool exclude = netdev_get_in4(netdev, NULL);
+            bool exclude = netdev_get_in4(netdev, NULL, NULL);
             netdev_close(netdev);
             if (exclude) {
                 continue;