]> git.puffer.fish Git - mirror/frr.git/commit
lib: Support auto completion of configured keychain.
authorAbhinay Ramesh <rabhinay@vmware.com>
Tue, 11 May 2021 08:43:25 +0000 (08:43 +0000)
committerAbhinay Ramesh <rabhinay@vmware.com>
Wed, 9 Feb 2022 01:49:14 +0000 (01:49 +0000)
commit166f9103d3e97f84d32e0e176beac79daa0b1d33
tree436bc0e95cd31daba4d5d1c5ebe2d33344764643
parentb564209367385688c7146b00dc5237dde6770660
lib: Support auto completion of configured keychain.

Problem Statement:
=================
When modules use keychain there is no option for auto completion
of configured keychains.

RCA:
====
Not implemented.

Fix:
====
Changes to support auto completion of configured keychain names.

Risk:
=====
Low risk

Tests Executed:
===============
Have tested auto completion of configured keychain names with newly
implemented auth CLI.

frr(config-if)# ipv6 ospf6 authentication keychain
  KEYCHAIN_NAME  Keychain name
     abcd pqr 12345

Signed-off-by: Abhinay Ramesh <rabhinay@vmware.com>
lib/keychain.c