]> git.puffer.fish Git - matthieu/frr.git/commit
nhrp: add `cisco-authentication` password support
authorVolodymyr Huti <v.huti@vyos.io>
Mon, 13 Nov 2023 20:47:31 +0000 (22:47 +0200)
committerDave LeRoy <dleroy@labn.net>
Mon, 10 Jun 2024 23:39:21 +0000 (16:39 -0700)
commit51f070028692260ea19b5ef0f489c56de5683bbc
tree98353987ecb6261f9157955c710b44b973909faf
parentd5b0c76eddc8c30b8306ed7f53f6c8d94f4b0c37
nhrp: add `cisco-authentication` password support

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>
doc/user/nhrpd.rst
nhrpd/nhrp_nhs.c
nhrpd/nhrp_packet.c
nhrpd/nhrp_peer.c
nhrpd/nhrp_shortcut.c
nhrpd/nhrp_vty.c
nhrpd/nhrpd.h
nhrpd/subdir.am
tests/topotests/nhrp_topo/r1/nhrpd.conf
tests/topotests/nhrp_topo/r2/nhrpd.conf
tests/topotests/nhrp_topo/test_nhrp_topo.py