Skip to content
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

fix(nm): Fixed typo in NMSettingsConverter #5741

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

pierantoniomerlino
Copy link
Contributor

This pull request includes a fix for a typo in the property names used in the buildPPPSettings method within the NMSettingsConverter.java file. The typo correction ensures that the correct property names are used when retrieving configuration settings.

Fixes to property names:

  • Corrected the property name from "net.interface.%s.config.lcpEchoInterval" to "net.interface.%s.config.lpcEchoInterval"
  • Corrected the property name from "net.interface.%s.config.lcpEchoFailure" to "net.interface.%s.config.lpcEchoFailure"

The correct names are lcp-echo-failure and lcp-echo-interval. However, we keep the wrong names for compatibility.

Signed-off-by: pierantoniomerlino <[email protected]>
mattdibi
mattdibi previously approved these changes Feb 21, 2025
Copy link
Contributor

@mattdibi mattdibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes for documentation. Can be merged as-is

…figuration/NMSettingsConverter.java

Co-authored-by: Mattia Dal Ben <[email protected]>
…figuration/NMSettingsConverter.java

Co-authored-by: Mattia Dal Ben <[email protected]>
@pierantoniomerlino
Copy link
Contributor Author

Minor changes for documentation. Can be merged as-is

Too late...

@pierantoniomerlino pierantoniomerlino marked this pull request as draft February 21, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants