2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

ofproto-dpif: Fix whitespace and typo

Signed-off-by: Mark D. Gray <mark.d.gray@intel.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Mark D. Gray
2015-02-13 10:00:56 +00:00
committed by Ben Pfaff
parent ddd347c2b4
commit 185b4e3a01
2 changed files with 5 additions and 4 deletions

View File

@@ -102,6 +102,7 @@ Luca Giraudo lgiraudo@nicira.com
Lucian Petrut lpetrut@cloudbasesolutions.com
Luigi Rizzo rizzo@iet.unipi.it
Madhu Challa challa@noironetworks.com
Mark D. Gray mark.d.gray@intel.com
Mark Hamilton mhamilton@nicira.com
Mark Maglana mmaglana@gmail.com
Martin Casado casado@nicira.com

View File

@@ -1721,10 +1721,10 @@ port_construct(struct ofport *port_)
if (netdev_vport_is_patch(netdev)) {
/* By bailing out here, we don't submit the port to the sFlow module
* to be considered for counter polling export. This is correct
* because the patch port represents an interface that sFlow considers
* to be "internal" to the switch as a whole, and therefore not an
* candidate for counter polling. */
* to be considered for counter polling export. This is correct
* because the patch port represents an interface that sFlow considers
* to be "internal" to the switch as a whole, and therefore not a
* candidate for counter polling. */
port->odp_port = ODPP_NONE;
ofport_update_peer(port);
return 0;