2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

Typo fix: vswtch -> vswitch.

Acked-by: Numan Siddique <numans@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Ben Pfaff
2020-01-17 10:29:40 -08:00
parent e666e8e0f3
commit f2c7be2389
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -32,7 +32,7 @@ Post-v2.12.0
TCP/UDP ports actions (experimental). TCP/UDP ports actions (experimental).
- RSTP: - RSTP:
* The rstp_statistics column in Port table will only be updated every * 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: - OVSDB:
* When ovsdb-server is running in backup mode, the default value of probe * When ovsdb-server is running in backup mode, the default value of probe
interval is increased to 60 seconds for the connection to the interval is increased to 60 seconds for the connection to the

View File

@@ -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]) 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 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 can't determine the resulting MPLS label after MPLS push/pop actions.
dnl dnl
dnl The input is a frame with two MPLS headers which tcpdump -vve shows as: dnl The input is a frame with two MPLS headers which tcpdump -vve shows as: