From: YAMAMOTO Takashi Date: Wed, 15 Jan 2014 03:41:23 +0000 (+0900) Subject: bridge: Update a comment X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=fb2ec1e9a8ff955d4c6ef6a787ba8f8100b3a846 bridge: Update a comment This looks like a leftover of commit 2a73b1d73d. ("bridge: Reconfigure in single pass.") Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- 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'. */