mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 17:36:36 +00:00
vtysh: Ensure interface ip mroute ...
commands are last
Ensure when displaying interface based ip mroute commands that they are last. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
b1980880ba
commit
c552f61ea3
@ -262,6 +262,8 @@ void vtysh_config_parse_line(void *arg, const char *line)
|
||||
|| !strncmp(line, " no vrrp",
|
||||
strlen(" no vrrp"))) {
|
||||
config_add_line(config->line, line);
|
||||
} else if (!strncmp(line, " ip mroute", strlen(" ip mroute"))) {
|
||||
config_add_line_uniq_end(config->line, line);
|
||||
} else if (config->index == RMAP_NODE
|
||||
|| config->index == INTERFACE_NODE
|
||||
|| config->index == VTY_NODE
|
||||
|
Loading…
Reference in New Issue
Block a user