mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 10:48:03 +00:00
Merge pull request #10137 from idryzhov/vtysh-rpki
vtysh: add missing rpki node when showing config
This commit is contained in:
commit
77a16940e3
@ -433,6 +433,8 @@ void vtysh_config_parse_line(void *arg, const char *line)
|
||||
config = config_get(SEGMENT_ROUTING_NODE, line);
|
||||
else if (strncmp(line, "bfd", strlen("bfd")) == 0)
|
||||
config = config_get(BFD_NODE, line);
|
||||
else if (strncmp(line, "rpki", strlen("rpki")) == 0)
|
||||
config = config_get(RPKI_NODE, line);
|
||||
else {
|
||||
if (strncmp(line, "log", strlen("log")) == 0
|
||||
|| strncmp(line, "hostname", strlen("hostname")) == 0
|
||||
|
Loading…
Reference in New Issue
Block a user