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

doc: Convert vswitchd/INTERNALS to rST

Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
Stephen Finucane
2016-10-30 13:30:09 +00:00
committed by Russell Bryant
parent eda2c3c05f
commit 925f66972d
5 changed files with 248 additions and 242 deletions

View File

@@ -411,7 +411,8 @@ update_learning_table__(struct mac_learning *ml, struct eth_addr src,
* packet was received over a non-bond interface and refrain from
* learning from gratuitous ARP packets that arrive over bond
* interfaces for this entry while the lock is in effect. See
* vswitchd/INTERNALS for more in-depth discussion on this topic. */
* vswitchd/INTERNALS.rst for more in-depth discussion on this
* topic. */
if (!is_bond) {
mac_entry_set_grat_arp_lock(mac);
} else if (mac_entry_is_grat_arp_locked(mac)) {