summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-24 19:41:06 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-04-24 19:41:06 +0200
commit7c8c9c8827154f6705f5ddfbafeec35143648867 (patch)
tree668ca56524eded62c8bdb4f98ad384b5eec6d674
parentdoc: add copyright notice from Ralph Keller (diff)
downloadfrr-7c8c9c8827154f6705f5ddfbafeec35143648867.tar.xz
frr-7c8c9c8827154f6705f5ddfbafeec35143648867.zip
doc: typo / grammar pass on OSPF API docs
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r--doc/developer/ospf-api.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/developer/ospf-api.rst b/doc/developer/ospf-api.rst
index f9f511ef8..41c31b29c 100644
--- a/doc/developer/ospf-api.rst
+++ b/doc/developer/ospf-api.rst
@@ -246,8 +246,8 @@ Important note:
^^^^^^^^^^^^^^^
In order to originate an opaque LSA, there must be at least one active
-opaque-capable neighbor. Thus, you cannot originate opaque LSAs of no neighbors
-are present. If you try to originate even so no neighbor is ready, you will
+opaque-capable neighbor. Thus, you cannot originate opaque LSAs if no neighbors
+are present. If you try to originate when no neighbors are ready, you will
receive a not ready error message. The reason for this restriction is that it
might be possible that some routers have an identical opaque LSA from a
previous origination in their LSDB that unfortunately could not be flushed due
@@ -320,7 +320,8 @@ The synchronous requests and replies have the following message formats:
image
-The origin field allows to select according to the following types of origins:
+The origin field allows origin-based filtering using the following origin
+types:
+-------------------------+---------+
| Origin | Value |
@@ -332,7 +333,7 @@ The origin field allows to select according to the following types of origins:
| ANY\_ORIGIN | 2 |
+-------------------------+---------+
-The reply message has on of the following error codes:
+The reply message has one of the following error codes:
+--------------------------+---------+
| Error code | Value |
@@ -365,6 +366,9 @@ The asynchronous notifications have the following message formats:
image
+
+.. Do not delete these acknowledgements!
+
Original Acknowledgments from Ralph Keller
------------------------------------------