Skip to content

Commit

Permalink
doc: Fix sphinx reference warning for windows.
Browse files Browse the repository at this point in the history
Footnote reference 5, 8, and 9 are not referenced in the windws.rst content,
causing the following error:
Warning, treated as error:
/root/ovs/Documentation/topics/windows.rst:506:Footnote [5] is not referenced.

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
williamtu authored and blp committed May 1, 2017
1 parent 48c6733 commit 01f92b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/topics/windows.rst
Expand Up @@ -68,7 +68,7 @@ port. The workflow for the calls is similar in nature to the packets, where
higher level layers call into the lower level layers. A good representational
diagram of this architecture is in [4]_.

Windows Filtering Platform (WFP)[5]_ is a platform implemented on Hyper-V that
Windows Filtering Platform (WFP) [5]_ is a platform implemented on Hyper-V that
provides APIs and services for filtering packets. WFP has been utilized to
filter on some of the packets that OVS is not equipped to handle directly. More
details in later sections.
Expand Down Expand Up @@ -253,7 +253,7 @@ Netlink Message Parser
~~~~~~~~~~~~~~~~~~~~~~

The communication between OVS userspace and OVS kernel datapath is in the form
of Netlink messages [1]_. More details about this are provided below. In the
of Netlink messages [1]_, [8]_. More details about this are provided below. In the
kernel, a full fledged netlink message parser has been implemented along the
lines of the netlink message parser in OVS userspace. In fact, a lot of the
code is ported code.
Expand Down Expand Up @@ -407,7 +407,7 @@ As has been mentioned in earlier sections, the netlink socket and netlink
message based DPIF provider on Linux has been ported to Windows.

Most of the code is common. Some divergence is in the code to receive packets.
The Linux implementation uses epoll() which is not natively supported on
The Linux implementation uses epoll() [9]_ which is not natively supported on
Windows.

netdev-windows
Expand Down

0 comments on commit 01f92b7

Please sign in to comment.