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:
1
AUTHORS
1
AUTHORS
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user