]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ofproto/ofproto-dpif-rid.h
Eliminate use of term "slave" in bond, LACP, and bundle contexts.
[mirror_ovs.git] / ofproto / ofproto-dpif-rid.h
index 30cd5275f24c036b68c106470679aa4976c28dfe..4df630c62bd3d5d6133e8f4cdc67f8af61f60c65 100644 (file)
@@ -41,8 +41,8 @@ struct rule;
  *
  * Recirculation is the use of freezing to allow a frame to re-enter the
  * datapath packet processing path to achieve more flexible packet processing,
- * such as modifying header fields after MPLS POP action and selecting a slave
- * port for bond ports.
+ * such as modifying header fields after MPLS POP action and selecting a
+ * member interface for bond ports.
  *
  *
  * Data path and user space interface