mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +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:
parent
e666e8e0f3
commit
f2c7be2389
2
NEWS
2
NEWS
@ -32,7 +32,7 @@ Post-v2.12.0
|
||||
TCP/UDP ports actions (experimental).
|
||||
- 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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user