mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 16:45:58 +00:00
A partially-entered IPv6 address would never return a "partly_match",
meaning some possible completions weren't listed by the matcher.
This specifically breaks autocompleting BGP IPv6 neighbor addresses.
Before:
aegaeon# show ip bg ne 2001:<?>
WORD Neighbor on BGP configured interface
After:
aegaeon# show ip bg ne 2001:<?>
WORD Neighbor on BGP configured interface
X:X::X:X Neighbor to display information about
2001:db8::2
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| common_cli.c | ||
| common_cli.h | ||
| test_cli.c | ||
| test_cli.in | ||
| test_cli.py | ||
| test_cli.refout.in | ||
| test_commands.c | ||
| test_commands.in | ||
| test_commands.py | ||
| test_commands.refout | ||