]> git.puffer.fish Git - matthieu/frr.git/commit
ripd: use correct autocompletion for distribute-list commands
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 21:34:56 +0000 (23:34 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 21:59:30 +0000 (23:59 +0200)
commit45b868a2af8b0862ef0a2b502ec0cce641266f7c
tree97e1197f29b69b8d51b7560ed745db4928d4be63
parentaabe9cf377312082f3d44ac7104f0e302cc49429
ripd: use correct autocompletion for distribute-list commands

Currently, we always use access-list autocompletion, even if configuring
prefix-lists. We should differentiate.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ripd/rip_cli.c