mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 14:55:18 +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
|
Lucian Petrut lpetrut@cloudbasesolutions.com
|
||||||
Luigi Rizzo rizzo@iet.unipi.it
|
Luigi Rizzo rizzo@iet.unipi.it
|
||||||
Madhu Challa challa@noironetworks.com
|
Madhu Challa challa@noironetworks.com
|
||||||
|
Mark D. Gray mark.d.gray@intel.com
|
||||||
Mark Hamilton mhamilton@nicira.com
|
Mark Hamilton mhamilton@nicira.com
|
||||||
Mark Maglana mmaglana@gmail.com
|
Mark Maglana mmaglana@gmail.com
|
||||||
Martin Casado casado@nicira.com
|
Martin Casado casado@nicira.com
|
||||||
|
@@ -1721,10 +1721,10 @@ port_construct(struct ofport *port_)
|
|||||||
|
|
||||||
if (netdev_vport_is_patch(netdev)) {
|
if (netdev_vport_is_patch(netdev)) {
|
||||||
/* By bailing out here, we don't submit the port to the sFlow module
|
/* By bailing out here, we don't submit the port to the sFlow module
|
||||||
* to be considered for counter polling export. This is correct
|
* to be considered for counter polling export. This is correct
|
||||||
* because the patch port represents an interface that sFlow considers
|
* because the patch port represents an interface that sFlow considers
|
||||||
* to be "internal" to the switch as a whole, and therefore not an
|
* to be "internal" to the switch as a whole, and therefore not a
|
||||||
* candidate for counter polling. */
|
* candidate for counter polling. */
|
||||||
port->odp_port = ODPP_NONE;
|
port->odp_port = ODPP_NONE;
|
||||||
ofport_update_peer(port);
|
ofport_update_peer(port);
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user