mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
Merge pull request #5579 from donaldsharp/pim_ip_mroute_last
vtysh: Ensure interface `ip mroute ...` commands are last
This commit is contained in:
commit
7655aa34c9
@ -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