summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-30 13:30:09 +0000
committerRussell Bryant <russell@ovn.org>2016-11-03 20:41:16 -0400
commit925f66972d3fcb1b3c199d06ec2c7b38282796ca (patch)
treebc4fbc9f8df65b2107636fcd124d812b7c384391 /lib
parenteda2c3c05f8459a50052b7a9ac73ed25171a7416 (diff)
downloadopenvswitch-925f66972d3fcb1b3c199d06ec2c7b38282796ca.tar.gz
doc: Convert vswitchd/INTERNALS to rST
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/mac-learning.c3
-rw-r--r--lib/mac-learning.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/mac-learning.c b/lib/mac-learning.c
index 5509f228e..57b81f418 100644
--- a/lib/mac-learning.c
+++ b/lib/mac-learning.c
@@ -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)) {
diff --git a/lib/mac-learning.h b/lib/mac-learning.h
index d38069043..e42781500 100644
--- a/lib/mac-learning.h
+++ b/lib/mac-learning.h
@@ -47,7 +47,7 @@
* Second, the implementation has the ability to "lock" a MAC table entry
* updated by a gratuitous ARP. This is a simple feature but the rationale for
* it is complicated. Please refer to the description of SLB bonding in
- * vswitchd/INTERNALS for an explanation.
+ * vswitchd/INTERNALS.rst for an explanation.
*
* Third, the implementation expires entries that are idle for longer than a
* configurable amount of time. This is implemented by keeping all of the