X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=a12274d3d4b2085527d451a7ee6be90ef01155cc;hb=fb2ec1e9a8ff955d4c6ef6a787ba8f8100b3a846;hp=746097fb02ca7815c9c9c295fd71047605249d58;hpb=ae6bde49ab95b77aa9d6dc84fdcb3d71b3d95a5c;p=sliver-openvswitch.git diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 746097fb0..a12274d3d 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1402,10 +1402,8 @@ iface_set_netdev_config(const struct ovsrec_interface *iface_cfg, return netdev_set_config(netdev, &iface_cfg->options); } -/* Opens a network device for 'if_cfg' and configures it. If '*ofp_portp' - * is OFPP_NONE, adds the network device to br->ofproto and stores the OpenFlow - * port number in '*ofp_portp'; otherwise leaves br->ofproto and '*ofp_portp' - * untouched. +/* Opens a network device for 'if_cfg' and configures it. Adds the network + * device to br->ofproto and stores the OpenFlow port number in '*ofp_portp'. * * If successful, returns 0 and stores the network device in '*netdevp'. On * failure, returns a positive errno value and stores NULL in '*netdevp'. */