]> git.puffer.fish Git - mirror/frr.git/commit
ripngd: use correct autocompletion for distribute-list commands 15194/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 21:44:17 +0000 (23:44 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 21:59:30 +0000 (23:59 +0200)
commit83a698d891aa1e11dec5c99a16a1bd1cc2ee391f
treeb32ab142420f9ad3b7cf530b67233dbde01763af
parent45b868a2af8b0862ef0a2b502ec0cce641266f7c
ripngd: use correct autocompletion for distribute-list commands

Currently, we always use access-list autocompletion, even if configuring
prefix-lists. We should differentiate. Also, fix missing "IPv6"
docstring and use correct address family.

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