aboutsummaryrefslogtreecommitdiff
path: root/PORTING.md
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-10-30 13:04:14 +0100
committerBen Pfaff <blp@nicira.com>2014-10-30 08:17:16 -0700
commit9feb1017c5f16ace32479264aae6d92ed81f0633 (patch)
tree58ce86749f324e9009be164d65812d218e52b190 /PORTING.md
parent123004ffeb71421f40de72194df53f56754b8682 (diff)
doc: Add more cross references between docs
Suggested-by: Lori Jakab <lojakab@cisco.com> Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Reviewed-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'PORTING.md')
-rw-r--r--PORTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/PORTING.md b/PORTING.md
index 7e5de00d3..2184a202a 100644
--- a/PORTING.md
+++ b/PORTING.md
@@ -129,8 +129,8 @@ implementation built into Open vSwitch. This ought to work, without
writing any more code, as long as the netdev provider that you
implemented supports receiving packets. It yields poor performance,
however, because every packet passes through the ovs-vswitchd process.
-See [INSTALL.userspace](INSTALL.userspace.md) for instructions on how
-to configure a userspace switch.
+See [INSTALL.userspace.md] for instructions on how to configure a
+userspace switch.
If the userspace switch is not the right choice for your port, then
you will have to write more code. You may implement either an
@@ -322,3 +322,5 @@ Questions
Please direct porting questions to dev@openvswitch.org. We will try
to use questions to improve this porting guide.
+
+[INSTALL.userspace.md]:INSTALL.userspace.md