diff mbox

[ovs-dev,ICMP,v2,1/7] ovn-northd.8: Correct description of sending out inport.

Message ID 1446594530-22162-2-git-send-email-jpettit@nicira.com
State Accepted
Headers show

Commit Message

Justin Pettit Nov. 3, 2015, 11:48 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@nicira.com>
---
 ovn/northd/ovn-northd.8.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Russell Bryant Nov. 5, 2015, 3:41 p.m. UTC | #1
On 11/03/2015 06:48 PM, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@nicira.com>
> ---
>  ovn/northd/ovn-northd.8.xml |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
> index c5760a5..4bd1990 100644
> --- a/ovn/northd/ovn-northd.8.xml
> +++ b/ovn/northd/ovn-northd.8.xml
> @@ -373,7 +373,7 @@ arp.sha = <var>E</var>;
>  arp.tpa = arp.spa;
>  arp.spa = <var>A</var>;
>  outport = <var>P</var>;
> -inport = 0; /* Allow sending out inport. */
> +inport = \"\"; /* Allow sending out inport. */
>  output;
>          </pre>
>        </li>
> 

Acked-by: Russell Bryant <rbryant@redhat.com>
diff mbox

Patch

diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index c5760a5..4bd1990 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -373,7 +373,7 @@  arp.sha = <var>E</var>;
 arp.tpa = arp.spa;
 arp.spa = <var>A</var>;
 outport = <var>P</var>;
-inport = 0; /* Allow sending out inport. */
+inport = \"\"; /* Allow sending out inport. */
 output;
         </pre>
       </li>