Message ID | 20240423095006.24429-1-martin.kalcok@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | [ovs-dev] docs: Typo. Remove duplicated "to" in ovn-sb.xml. | expand |
Context | Check | Description |
---|---|---|
ovsrobot/apply-robot | success | apply and check: success |
ovsrobot/github-robot-_Build_and_Test | success | github build: passed |
ovsrobot/github-robot-_ovn-kubernetes | success | github build: passed |
On Tue, Apr 23, 2024 at 2:50 AM Martin Kalcok <martin.kalcok@canonical.com> wrote: > > Signed-off-by: Martin Kalcok <martin.kalcok@canonical.com> > --- > ovn-sb.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ovn-sb.xml b/ovn-sb.xml > index f9fb6c304..bf4689f12 100644 > --- a/ovn-sb.xml > +++ b/ovn-sb.xml > @@ -1456,7 +1456,7 @@ > <p> > <code>ct_dnat</code> sends the packet through the DNAT zone in > connection tracking table to unDNAT any packet that was DNATed in > - the opposite direction. The packet is then automatically sent to > + the opposite direction. The packet is then automatically sent > to the next tables as if followed by <code>next;</code> action. > The next tables will see the changes in the packet caused by > the connection tracker. > @@ -1498,7 +1498,7 @@ > <code>ct_dnat_in_czone</code> sends the packet through the common > NAT zone (used for both DNAT and SNAT) in connection tracking table > to unDNAT any packet that was DNATed in the opposite direction. > - The packet is then automatically sent to to the next tables as if > + The packet is then automatically sent to the next tables as if > followed by <code>next;</code> action. The next tables will see > the changes in the packet caused by the connection tracker. > </p> > -- > 2.40.1 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev Thanks Martin. Applied to main. Han
diff --git a/ovn-sb.xml b/ovn-sb.xml index f9fb6c304..bf4689f12 100644 --- a/ovn-sb.xml +++ b/ovn-sb.xml @@ -1456,7 +1456,7 @@ <p> <code>ct_dnat</code> sends the packet through the DNAT zone in connection tracking table to unDNAT any packet that was DNATed in - the opposite direction. The packet is then automatically sent to + the opposite direction. The packet is then automatically sent to the next tables as if followed by <code>next;</code> action. The next tables will see the changes in the packet caused by the connection tracker. @@ -1498,7 +1498,7 @@ <code>ct_dnat_in_czone</code> sends the packet through the common NAT zone (used for both DNAT and SNAT) in connection tracking table to unDNAT any packet that was DNATed in the opposite direction. - The packet is then automatically sent to to the next tables as if + The packet is then automatically sent to the next tables as if followed by <code>next;</code> action. The next tables will see the changes in the packet caused by the connection tracker. </p>
Signed-off-by: Martin Kalcok <martin.kalcok@canonical.com> --- ovn-sb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)