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

nhrp: add cisco-authentication password support #14788

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

volodymyrhuti
Copy link
Contributor

@volodymyrhuti volodymyrhuti commented Nov 13, 2023

Implemented:

  • handling 8 char long password, aka Cisco style.
  • minimal error inidication routine
  • test case, password change affects connection

Implemented in the context - https://vyos.dev/T2326

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

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

Missing documentation, some contributing guidelines, and styling issues yet.

nhrpd/nhrp_vty.c Outdated Show resolved Hide resolved
nhrpd/nhrp_vty.c Outdated Show resolved Hide resolved
nhrpd/nhrp_vty.c Outdated Show resolved Hide resolved
nhrpd/nhrp_vty.c Outdated Show resolved Hide resolved
nhrpd/nhrp_vty.c Outdated Show resolved Hide resolved
nhrpd/nhrp_vty.c Outdated Show resolved Hide resolved
nhrpd/nhrp_vty.c Show resolved Hide resolved
nhrpd/nhrp_packet.c Outdated Show resolved Hide resolved
@pguibert6WIND
Copy link
Member

general remark: apply 'git clang-format HEAD^' and squash the proposed changes.

@donaldsharp
Copy link
Member

@louberger can you take a look at this?

@github-actions github-actions bot added the rebase PR needs rebase label Nov 22, 2023
@volodymyrhuti volodymyrhuti force-pushed the NHRP_CISCO_AUTH branch 2 times, most recently from eeae138 to 282a6e5 Compare November 22, 2023 21:28
@volodymyrhuti
Copy link
Contributor Author

The latest update:

  • addressed the PR comments
  • fixed styling with clang-format
  • added a short doc for the password config

The internal testing by my team has shown issues when connecting with Cisco Spoke; keep PR as a draft until addressed

Implemented:
- handling 8 char long password, aka Cisco style.
- minimal error inidication routine
- test case, password change affects conection

Signed-off-by: Volodymyr Huti <v.huti@vyos.io>
@fett0
Copy link

fett0 commented Feb 15, 2024

@ton31337 @pguibert6WIND is anything else needed to tmerge this PR ?

@ton31337
Copy link
Member

It won't be reviewed until it's marked as a draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants