Skip to content

Commit

Permalink
Updates per review
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr1st0ph3rTurn3r committed Oct 8, 2024
1 parent 01eb33a commit a113eb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes_128t_5.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Before upgrading please review the [**Upgrade Considerations**](intro_upgrade_co
------
- **I95-56475 HA-sync network interface shows warning after router upgrade:** Resolved an issue where non-forwarding interfaces would appear to be administratively down in the web UI when they were not.
------
- **I95-56492 Only process the keep-alive for the same path as the session is currently using:** In a case where an outbound-only session with `nat-keep-alive` configured moves a flow from a dogleg path to a direct inter-router path, the `nat-keep-alive` caused repeated session modifies on the hub side. This resulted in reverse traffic packet drops. This issue has been resolved.
- **I95-56492 Sessions configured for outbound-only with nat-keep-alive enabled experience reverse flow packet drops after flow migration:** A flow move from the fabric path to an inter-router path causes repeated session modifies on the hub side causing reverse traffic packet drops due to NAT keepalives incorrectly testing the failed path for the migrated session. This issue has been resolved.
------
- **I95-56541 Include kernel journal entries in TSI:** A separate `kernel.log` journal file is now created in the TSI output.
------
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes_128t_6.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This issue will be corrected in an upcoming release.
------
- **I95-56475 HA-sync network interface shows warning after router upgrade:** Resolved an issue where non-forwarding interfaces would appear to be administratively down in the web UI when they were not.
------
- **I95-56492 Only process the keep-alive for the same path as the session is currently using:** In a case where an outbound-only session with `nat-keep-alive` configured moves a flow from a dogleg path to a direct inter-router path, the `nat-keep-alive` caused repeated session modifies on the hub side. This resulted in reverse traffic packet drops. This issue has been resolved.
- **I95-56492 Sessions configured for outbound-only with nat-keep-alive enabled experience reverse flow packet drops after flow migration:** A flow move from the fabric path to an inter-router path causes repeated session modifies on the hub side causing reverse traffic packet drops due to NAT keepalives incorrectly testing the failed path for the migrated session. This issue has been resolved.
------
- **I95-56527 `compare config` returns an `Invalid JSON` error:** Resolved an issue where the use of a backslash (`\`) in a list key or a list element generates an `Invalid JSON` error when `compare config` is run. This error occurred in cases where there is a difference between the configs in a child of the list element with a `\` in its key; Or when the parent list or leaf-list exists in both configs but the list or leaf-list element with the `\` only exists in one; Or if the list element with the `\` is renamed.
------
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes_128t_6.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Before upgrading please review the [**Upgrade Considerations**](intro_upgrade_co
------
- **I95-56345 Multiple reboots of the same node of a dual node router causes the multicast stream to stop:** Resolved an issue where multiple reboots of an HA node did not allow traffic to pass. Now in this scenario an exception is thrown, which allows the session to rebuild once the internode link comes up.
------
- **I95-56492 Only process the keep-alive for the same path as the session is currently using:** In a case where an outbound-only session with `nat-keep-alive` configured moves a flow from a dogleg path to a direct inter-router path, the `nat-keep-alive` caused repeated session modifies on the hub side. This resulted in reverse traffic packet drops. This issue has been resolved.
- **I95-56492 Sessions configured for outbound-only with nat-keep-alive enabled experience reverse flow packet drops after flow migration:** A flow move from the fabric path to an inter-router path causes repeated session modifies on the hub side causing reverse traffic packet drops due to NAT keepalives incorrectly testing the failed path for the migrated session. This issue has been resolved.
------
- **I95-56527 Failure to validate and commit config; system incorrectly expected escape sequence:** Resolved an issue where capture-filter expected an escape sequence for input when it was not necessary.
------
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes_128t_6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before upgrading please review the [**Upgrade Considerations**](intro_upgrade_co
------
- **I95-56345 Multiple reboots of the same node of a dual node router causes the multicast stream to stop:** Resolved an issue where multiple reboots of an HA node did not allow traffic to pass. Now in this scenario an exception is thrown, which allows the session to rebuild once the internode link comes up.
------
- **I95-56492 Only process the keep-alive for the same path as the session is currently using:** In a case where an outbound-only session with `nat-keep-alive` configured moves a flow from a dogleg path to a direct inter-router path, the `nat-keep-alive` caused repeated session modifies on the hub side. This resulted in reverse traffic packet drops. This issue has been resolved.
- **I95-56492 Sessions configured for outbound-only with nat-keep-alive enabled experience reverse flow packet drops after flow migration:** A flow move from the fabric path to an inter-router path causes repeated session modifies on the hub side causing reverse traffic packet drops due to NAT keepalives incorrectly testing the failed path for the migrated session. This issue has been resolved.
------
- **I95-56527 Failure to validate and commit config; system incorrectly expected escape sequence:** Resolved an issue where capture-filter expected an escape sequence for input when it was not necessary.
------
Expand Down

0 comments on commit a113eb7

Please sign in to comment.