diff mbox series

[ovs-dev] Typo fix: vswtich -> vswitch.

Message ID 20200117002229.144251-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] Typo fix: vswtich -> vswitch. | expand

Commit Message

Ben Pfaff Jan. 17, 2020, 12:22 a.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 NEWS                  | 2 +-
 tests/ofproto-dpif.at | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Numan Siddique Jan. 17, 2020, 11:28 a.m. UTC | #1
On Fri, Jan 17, 2020 at 5:52 AM Ben Pfaff <blp@ovn.org> wrote:
>
> Signed-off-by: Ben Pfaff <blp@ovn.org>

Acked-by: Numan Siddique <numans@ovn.org>

Numan

> ---
>  NEWS                  | 2 +-
>  tests/ofproto-dpif.at | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index 4d56eee31900..1df105c41c95 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -28,7 +28,7 @@ Post-v2.12.0
>       * Add support for DPDK 19.11.
>     - RSTP:
>       * The rstp_statistics column in Port table will only be updated every
> -       stats-update-interval configured in Open_vSwtich table.
> +       stats-update-interval configured in Open_vSwitch table.
>     - OVSDB:
>       * When ovsdb-server is running in backup mode, the default value of probe
>         interval is increased to 60 seconds for the connection to the
> diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
> index 88acc4b1ab06..ff1cc93707b8 100644
> --- a/tests/ofproto-dpif.at
> +++ b/tests/ofproto-dpif.at
> @@ -7970,7 +7970,7 @@ dl_src=60:66:66:66:66:01 actions=pop_mpls:0x8847,controller
>  AT_CHECK([ovs-ofctl add-flows br0 flows.txt])
>
>  dnl Packet is dropped because an MPLS PUSH action is applied to a packet with
> -dnl 4 MPLS LSEs but ovs-vswtichd can only handle up to 3 MPLS LSEs and thus
> +dnl 4 MPLS LSEs but ovs-vswitchd can only handle up to 3 MPLS LSEs and thus
>  dnl can't determine the resulting MPLS label after MPLS push/pop actions.
>  dnl
>  dnl The input is a frame with two MPLS headers which tcpdump -vve shows as:
> --
> 2.23.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Ben Pfaff Jan. 17, 2020, 6:30 p.m. UTC | #2
On Fri, Jan 17, 2020 at 04:58:32PM +0530, Numan Siddique wrote:
> On Fri, Jan 17, 2020 at 5:52 AM Ben Pfaff <blp@ovn.org> wrote:
> >
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> 
> Acked-by: Numan Siddique <numans@ovn.org>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 4d56eee31900..1df105c41c95 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@  Post-v2.12.0
      * Add support for DPDK 19.11.
    - RSTP:
      * The rstp_statistics column in Port table will only be updated every
-       stats-update-interval configured in Open_vSwtich table.
+       stats-update-interval configured in Open_vSwitch table.
    - OVSDB:
      * When ovsdb-server is running in backup mode, the default value of probe
        interval is increased to 60 seconds for the connection to the
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 88acc4b1ab06..ff1cc93707b8 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -7970,7 +7970,7 @@  dl_src=60:66:66:66:66:01 actions=pop_mpls:0x8847,controller
 AT_CHECK([ovs-ofctl add-flows br0 flows.txt])
 
 dnl Packet is dropped because an MPLS PUSH action is applied to a packet with
-dnl 4 MPLS LSEs but ovs-vswtichd can only handle up to 3 MPLS LSEs and thus
+dnl 4 MPLS LSEs but ovs-vswitchd can only handle up to 3 MPLS LSEs and thus
 dnl can't determine the resulting MPLS label after MPLS push/pop actions.
 dnl
 dnl The input is a frame with two MPLS headers which tcpdump -vve shows as: