-
Notifications
You must be signed in to change notification settings - Fork 14
6.3.7 release notes #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
6.3.7 release notes #900
Conversation
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-62668 Routers disconnected following conductor upgrade:** Resolved an issue where SSH keys were erroneously written to the authorized-keys file. | ||
| ------ | ||
| - **I95-62703 Highway process crashed when BGP over SVR is activated:** Resolved an issue where the unicast code path was incorrectly calling the multicast variant of getBestMultiHomedPathIndex() and causing a highway crash. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see my note from 6.2.10 release notes.
| - **I95-63228 Premature route installation complete notification:** In some cases an internal notification that the route installation was complete was being transmitted, causing the Graceful Restart process to terminate early. This issue has been resolved. | ||
| ------ | ||
| - **I95-63324 Duplicate static DHCP addresses cause crashes:** Added validation steps to identify and prevent duplicate MAC addresses for the static address assignment. | ||
| ------ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see my note from 6.2.10 release notes.
| - Conductor: SSR-6.3.4 / Router: SSR-6.3.5 Not Compatible | ||
| - Conductor: SSR-6.2.9 / Router: SSR-6.3.5 Not Compatible | ||
|
|
||
| ## Release 6.3.7-4-sts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I95-62982 is critical for the 6.3.7 release notes
** I95-62982 SSR limits the number of supported network-interfaces: Improved implementation of data structure storing network-interface objects, increasing capacity. For the SSR1300, the number of network-interfaces has been increased from 2100 to 4300.
| ------ | ||
| - **I95-62956 Configuration failure due to invalid name:** The CSRX does not allow policynames using a dot (.). This has been resolved - CSRX configurations will use an underscore for policyname creation. | ||
| ------ | ||
| - **I95-62982 SSR limits the number of supported network-interfaces:** Resolved an issue where the limit on the number of network-interfaces was low. Improved implementation of data structure storing network-interface objects, resulting in an increase of 2x the current capacity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update this issue to the following language, as engineering has completed their scalability testing:
- I95-62982 SSR limits the number of supported network-interfaces: Resolved an issue where the limit on the number of network-interfaces was low. Improved implementation of data structure storing network-interface objects, resulting in an increase of 7x the current capacity.
No description provided.