diff mbox series

[ovs-dev] ovn-nb: Add documentation for disable_arp_nd_rsp option

Message ID 20240217035326.6562-1-naveen.yerramneni@nutanix.com
State Accepted
Headers show
Series [ovs-dev] ovn-nb: Add documentation for disable_arp_nd_rsp option | expand

Checks

Context Check Description
ovsrobot/apply-robot warning apply and check: warning
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Naveen Yerramneni Feb. 17, 2024, 3:53 a.m. UTC
Signed-off-by: Naveen Yerramneni <naveen.yerramneni@nutanix.com>
---
 ovn-nb.xml | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

0-day Robot Feb. 17, 2024, 4 a.m. UTC | #1
References:  <20240217035326.6562-1-naveen.yerramneni@nutanix.com>
 

Bleep bloop.  Greetings Naveen Yerramneni, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: The subject summary should end with a dot.
Subject: ovn-nb: Add documentation for disable_arp_nd_rsp option
Lines checked: 32, Warnings: 1, Errors: 0


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
Numan Siddique March 13, 2024, 7:41 p.m. UTC | #2
On Fri, Feb 16, 2024 at 10:54 PM Naveen Yerramneni
<naveen.yerramneni@nutanix.com> wrote:
>
> Signed-off-by: Naveen Yerramneni <naveen.yerramneni@nutanix.com>

Thanks.  Applied to main.

Numan

> ---
>  ovn-nb.xml | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/ovn-nb.xml b/ovn-nb.xml
> index e0b983ed6..b652046a7 100644
> --- a/ovn-nb.xml
> +++ b/ovn-nb.xml
> @@ -1268,6 +1268,13 @@
>            unknown ports connected to the same Logical Switch.
>          </column>
>
> +         <column name="options" key="disable_arp_nd_rsp"
> +                type='{"type": "boolean"}'>
> +          If set to <code>true</code>, ARP/ND responder flows are not installed
> +          for the IP addresses configured on this logical port.
> +          Default: <code>false</code>.
> +        </column>
> +
>          <group title="VIF Plugging Options">
>            <column name="options" key="vif-plug-type">
>              If set, OVN will attempt to perform plugging of this VIF.  In order
> --
> 2.36.6
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/ovn-nb.xml b/ovn-nb.xml
index e0b983ed6..b652046a7 100644
--- a/ovn-nb.xml
+++ b/ovn-nb.xml
@@ -1268,6 +1268,13 @@ 
           unknown ports connected to the same Logical Switch.
         </column>
 
+         <column name="options" key="disable_arp_nd_rsp"
+                type='{"type": "boolean"}'>
+          If set to <code>true</code>, ARP/ND responder flows are not installed
+          for the IP addresses configured on this logical port.
+          Default: <code>false</code>.
+        </column>
+
         <group title="VIF Plugging Options">
           <column name="options" key="vif-plug-type">
             If set, OVN will attempt to perform plugging of this VIF.  In order