summaryrefslogtreecommitdiffstats
path: root/nhrpd/subdir.am
diff options
context:
space:
mode:
authorVolodymyr Huti <v.huti@vyos.io>2023-11-13 21:47:31 +0100
committerDave LeRoy <dleroy@labn.net>2024-06-11 01:39:21 +0200
commit51f070028692260ea19b5ef0f489c56de5683bbc (patch)
tree98353987ecb6261f9157955c710b44b973909faf /nhrpd/subdir.am
parentMerge pull request #16183 from LabNConsulting/chopps/notif-doc-update (diff)
downloadfrr-51f070028692260ea19b5ef0f489c56de5683bbc.tar.xz
frr-51f070028692260ea19b5ef0f489c56de5683bbc.zip
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>
Diffstat (limited to 'nhrpd/subdir.am')
-rw-r--r--nhrpd/subdir.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/nhrpd/subdir.am b/nhrpd/subdir.am
index 227ff6c67..94fb3bb5b 100644
--- a/nhrpd/subdir.am
+++ b/nhrpd/subdir.am
@@ -42,3 +42,7 @@ noinst_HEADERS += \
nhrpd/zbuf.h \
nhrpd/znl.h \
# end
+
+clippy_scan += \
+ nhrpd/nhrp_vty.c \
+ # end