From e4a1264b9fc345b292fae44a28573c056e082db4 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 20 Oct 2015 21:26:06 -0700 Subject: [PATCH] ovn-northd.8: Correct description of sending out inport. Signed-off-by: Justin Pettit Acked-by: Russell Bryant --- ovn/northd/ovn-northd.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml index c5760a50a..4bd1990b5 100644 --- a/ovn/northd/ovn-northd.8.xml +++ b/ovn/northd/ovn-northd.8.xml @@ -373,7 +373,7 @@ arp.sha = E; arp.tpa = arp.spa; arp.spa = A; outport = P; -inport = 0; /* Allow sending out inport. */ +inport = \"\"; /* Allow sending out inport. */ output; -- 2.20.1