You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cumulus-linux-43/Whats-New/rn.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -759,14 +759,14 @@ pdfhidden: True
759
759
| <a name="3390022"></a> [3390022](#3390022) <a name="3390022"></a> <br /> | When you restore the switch configuration after upgrading from Cumulus Linux 4.2.x to 4.4.5 and later with ONIE, the configuration lines under the <code>peerlink.4095</code> interface stanza are duplicated. Subsequent <code>ifreloads</code>, or <code>net commit</code> commands fail until you manually remove the duplicated lines from this interface and run <code>ifreload -a</code>. | 4.2.1-4.4.5 | |
760
760
| <a name="3376798"></a> [3376798](#3376798) <a name="3376798"></a> <br /> | On Broadcom switches, Cumulus Linux does not create the hardware bridging domain for a traditional bridge with a VXLAN interface during <code>switchd</code> restart. The <code>/var/log/switchd.log</code> file includes the following exception logs shortly after <code>switchd</code> restarts:<pre>switchd[30158]: hal_bcm_l3.c:1617 find_egr_path_if_vxlan_overlay:vxlan overlay : nh PORT: port <#>, vlan <x>.<y> not yet ready</pre>MAC learning looks correct, but traffic does not flow as expected. | 3.7.0-4.3.1 | 4.3.2-4.4.5|
761
761
| <a name="3364996"></a> [3364996](#3364996) <a name="3364996"></a> <br /> | Under certain conditions, BGP can allow a combination of EVPN and non-EVPN paths to be put into a multipath group together. This results in erroneous programming of EVPN symmetric next hops and RMACs, which can result in momentary traffic drops. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
762
+
| <a name="3364717"></a> [3364717](#3364717) <a name="3364717"></a> <br /> | On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
763
+
| <a name="3358865"></a> [3358865](#3358865) <a name="3358865"></a> <br /> | When you reboot a Broadcom switch with a static default route configured, the route might be installed in hardware without a next hop. This results in forwarded traffic to the CPU and drops. To recover from this issue, remove the default route configuration and reapply it. To prevent this issue, before rebooting the switch, split the default route configuration into two routes as below:<pre>ip route 0.0.0.0/1 10.1.1.1ip route 128.0.0.0/1 10.1.1.1</pre> | 4.3.1 | 4.3.2-4.4.5|
762
764
| <a name="3339249"></a> [3339249](#3339249) <a name="3339249"></a> <br /> | The <code>sensors.conf</code> files in Cumulus Linux are out of date. | 4.2.1-4.4.5 | |
763
-
| <a name="3336590"></a> [3336590](#3336590) <a name="3336590"></a> <br /> | On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
764
765
| <a name="3334031"></a> [3334031](#3334031) <a name="3334031"></a> <br /> | When you configure or unconfigure a BGP peer and interface towards a host, memory corruption can cause BGP to crash. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
765
766
| <a name="3330705"></a> [3330705](#3330705) <a name="3330705"></a> <br /> | When using TACACS+, a TACACS+ server name that returns more than one IP address, such as an IPv6 and IPv4 address, is counted many times against the limit of seven TACACS+ servers, which might cause some of the later listed servers to be ignored as over the limit. To work around this issue, you can set the <code>prefer_ip_version</code> configuration option (the default value is 4) to choose between an IPv4 or IPv6 address if both are present. | 3.7.0-5.3.1 | 5.4.0-5.15.1|
766
767
| <a name="3327477"></a> [3327477](#3327477) <a name="3327477"></a> <br /> | If you use <code>su</code> to change to a user specified through TACACS+, the user becomes the local tacacs0 thru tacacs15 user instead of the named user to run <code>sudo</code> commands. As a result, the named user password might not match the local tacacs0 thru tacacs15 user password. | 3.7.0-3.7.16, 4.0.0-4.4.5, 5.0.0-5.15.1 | |
767
768
| <a name="3319919"></a> [3319919](#3319919) <a name="3319919"></a> <br /> | Currently, the default core dump size limit on Cumulus Linux is 256M but the SDK generates core dumps around 800M. To avoid incomplete core files, you can increase the core dump size limit. | 4.2.1-4.3.1, 4.4.0-5.3.1 | 4.3.2, 5.4.0-5.15.1|
768
769
| <a name="3288385"></a> [3288385](#3288385) <a name="3288385"></a> <br /> | On the EdgeCore AS7326-56X and AS7726-32X switch, the fan speed reports a minimum threshold in the logs. | 4.3.1 | 4.3.2-4.4.5|
769
-
| <a name="3288343"></a> [3288343](#3288343) <a name="3288343"></a> <br /> | When you reboot a Broadcom switch with a static default route configured, the route might be installed in hardware without a next hop. This results in forwarded traffic to the CPU and drops. To recover from this issue, remove the default route configuration and reapply it. To prevent this issue, before rebooting the switch, split the default route configuration into two routes as below:<pre>ip route 0.0.0.0/1 10.1.1.1ip route 128.0.0.0/1 10.1.1.1</pre> | 4.3.1 | 4.3.2-4.4.5|
770
770
| <a name="3267353"></a> [3267353](#3267353) <a name="3267353"></a> <br /> | In a QinQ configuration, if the VLAN priority is a non-zero value, double-tagged packets are translated to triple-tagged packets. | 4.3.1 | 4.3.2-4.4.5|
771
771
| <a name="3235956"></a> [3235956](#3235956) <a name="3235956"></a> <br /> | With certain triggers on Broadcom switches, such as adding or deleting a VNI or reloading the network, Cumulus Linux might consider the underlay routes as overlay routes. In this case, <code>switchd</code> allocates the overlay next hop, which is incorrect and might affect traffic forwarding. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
772
772
| <a name="3218207"></a> [3218207](#3218207) <a name="3218207"></a> <br /> | Certain routes on tenant VRFs have missing next hop entries because the router MAC address is missing in the bridge forwarding database table that corresponds to the remote VTEP. As a result, traffic forwarding is affected for these routes. | 4.3.0-5.2.1 | 5.3.0-5.15.1|
@@ -1077,8 +1077,8 @@ pdfhidden: True
1077
1077
| <a name="3390022"></a> [3390022](#3390022) <a name="3390022"></a> <br /> | When you restore the switch configuration after upgrading from Cumulus Linux 4.2.x to 4.4.5 and later with ONIE, the configuration lines under the <code>peerlink.4095</code> interface stanza are duplicated. Subsequent <code>ifreloads</code>, or <code>net commit</code> commands fail until you manually remove the duplicated lines from this interface and run <code>ifreload -a</code>. | 4.2.1-4.4.5 | |
1078
1078
| <a name="3376798"></a> [3376798](#3376798) <a name="3376798"></a> <br /> | On Broadcom switches, Cumulus Linux does not create the hardware bridging domain for a traditional bridge with a VXLAN interface during <code>switchd</code> restart. The <code>/var/log/switchd.log</code> file includes the following exception logs shortly after <code>switchd</code> restarts:<pre>switchd[30158]: hal_bcm_l3.c:1617 find_egr_path_if_vxlan_overlay:vxlan overlay : nh PORT: port <#>, vlan <x>.<y> not yet ready</pre>MAC learning looks correct, but traffic does not flow as expected. | 3.7.0-4.3.1 | 4.3.2-4.4.5|
1079
1079
| <a name="3364996"></a> [3364996](#3364996) <a name="3364996"></a> <br /> | Under certain conditions, BGP can allow a combination of EVPN and non-EVPN paths to be put into a multipath group together. This results in erroneous programming of EVPN symmetric next hops and RMACs, which can result in momentary traffic drops. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
1080
+
| <a name="3364717"></a> [3364717](#3364717) <a name="3364717"></a> <br /> | On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
1080
1081
| <a name="3339249"></a> [3339249](#3339249) <a name="3339249"></a> <br /> | The <code>sensors.conf</code> files in Cumulus Linux are out of date. | 4.2.1-4.4.5 | |
1081
-
| <a name="3336590"></a> [3336590](#3336590) <a name="3336590"></a> <br /> | On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
1082
1082
| <a name="3334031"></a> [3334031](#3334031) <a name="3334031"></a> <br /> | When you configure or unconfigure a BGP peer and interface towards a host, memory corruption can cause BGP to crash. | 4.3.0-4.3.1 | 4.3.2-4.4.5|
1083
1083
| <a name="3330705"></a> [3330705](#3330705) <a name="3330705"></a> <br /> | When using TACACS+, a TACACS+ server name that returns more than one IP address, such as an IPv6 and IPv4 address, is counted many times against the limit of seven TACACS+ servers, which might cause some of the later listed servers to be ignored as over the limit. To work around this issue, you can set the <code>prefer_ip_version</code> configuration option (the default value is 4) to choose between an IPv4 or IPv6 address if both are present. | 3.7.0-5.3.1 | 5.4.0-5.15.1|
1084
1084
| <a name="3327477"></a> [3327477](#3327477) <a name="3327477"></a> <br /> | If you use <code>su</code> to change to a user specified through TACACS+, the user becomes the local tacacs0 thru tacacs15 user instead of the named user to run <code>sudo</code> commands. As a result, the named user password might not match the local tacacs0 thru tacacs15 user password. | 3.7.0-3.7.16, 4.0.0-4.4.5, 5.0.0-5.15.1 | |
Copy file name to clipboardExpand all lines: content/cumulus-linux-43/rn.xml
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -5391,18 +5391,28 @@ MAC learning looks correct, but traffic does not flow as expected.</td>
5391
5391
<td>4.3.2-4.4.5</td>
5392
5392
</tr>
5393
5393
<tr>
5394
+
<td>3364717</td>
5395
+
<td>On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options.</td>
5396
+
<td>4.3.0-4.3.1</td>
5397
+
<td>4.3.2-4.4.5</td>
5398
+
</tr>
5399
+
<tr>
5400
+
<td>3358865</td>
5401
+
<td>When you reboot a Broadcom switch with a static default route configured, the route might be installed in hardware without a next hop. This results in forwarded traffic to the CPU and drops. To recover from this issue, remove the default route configuration and reapply it. To prevent this issue, before rebooting the switch, split the default route configuration into two routes as below:
5402
+
5403
+
ip route 0.0.0.0/1 10.1.1.1
5404
+
ip route 128.0.0.0/1 10.1.1.1
5405
+
</td>
5406
+
<td>4.3.1</td>
5407
+
<td>4.3.2-4.4.5</td>
5408
+
</tr>
5409
+
<tr>
5394
5410
<td>3339249</td>
5395
5411
<td>The {{sensors.conf}} files in Cumulus Linux are out of date.</td>
5396
5412
<td>4.2.1-4.4.5</td>
5397
5413
<td></td>
5398
5414
</tr>
5399
5415
<tr>
5400
-
<td>3336590</td>
5401
-
<td>On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options.</td>
5402
-
<td>4.3.0-4.3.1</td>
5403
-
<td>4.3.2-4.4.5</td>
5404
-
</tr>
5405
-
<tr>
5406
5416
<td>3334031</td>
5407
5417
<td>When you configure or unconfigure a BGP peer and interface towards a host, memory corruption can cause BGP to crash.</td>
5408
5418
<td>4.3.0-4.3.1</td>
@@ -5433,16 +5443,6 @@ MAC learning looks correct, but traffic does not flow as expected.</td>
5433
5443
<td>4.3.2-4.4.5</td>
5434
5444
</tr>
5435
5445
<tr>
5436
-
<td>3288343</td>
5437
-
<td>When you reboot a Broadcom switch with a static default route configured, the route might be installed in hardware without a next hop. This results in forwarded traffic to the CPU and drops. To recover from this issue, remove the default route configuration and reapply it. To prevent this issue, before rebooting the switch, split the default route configuration into two routes as below:
5438
-
5439
-
ip route 0.0.0.0/1 10.1.1.1
5440
-
ip route 128.0.0.0/1 10.1.1.1
5441
-
</td>
5442
-
<td>4.3.1</td>
5443
-
<td>4.3.2-4.4.5</td>
5444
-
</tr>
5445
-
<tr>
5446
5446
<td>3267353</td>
5447
5447
<td>In a QinQ configuration, if the VLAN priority is a non-zero value, double-tagged packets are translated to triple-tagged packets. </td>
5448
5448
<td>4.3.1</td>
@@ -7584,18 +7584,18 @@ MAC learning looks correct, but traffic does not flow as expected.</td>
7584
7584
<td>4.3.2-4.4.5</td>
7585
7585
</tr>
7586
7586
<tr>
7587
+
<td>3364717</td>
7588
+
<td>On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options.</td>
7589
+
<td>4.3.0-4.3.1</td>
7590
+
<td>4.3.2-4.4.5</td>
7591
+
</tr>
7592
+
<tr>
7587
7593
<td>3339249</td>
7588
7594
<td>The {{sensors.conf}} files in Cumulus Linux are out of date.</td>
7589
7595
<td>4.2.1-4.4.5</td>
7590
7596
<td></td>
7591
7597
</tr>
7592
7598
<tr>
7593
-
<td>3336590</td>
7594
-
<td>On the Trident 2+ and Trident 3 switch when using VXLAN layer 2 VPNs and sending tunneled traffic where the inner IP header has a TTL of 1, the egress VTEP incorrectly forwards this traffic through the software path instead of the hardware data plane. This traffic is rate-limited to 100pps by default. To work around this issue, ensure that the traffic traversing the layer 2 tunnel has an inner IP header TTL value that is more than 1. If this workaround is not possible, contact Nvidia Support to determine other options.</td>
7595
-
<td>4.3.0-4.3.1</td>
7596
-
<td>4.3.2-4.4.5</td>
7597
-
</tr>
7598
-
<tr>
7599
7599
<td>3334031</td>
7600
7600
<td>When you configure or unconfigure a BGP peer and interface towards a host, memory corruption can cause BGP to crash.</td>
0 commit comments