mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +00:00
Merge pull request #1001 from dwalton76/pimd-CMD-WARNING
pimd: "No Path to RP address specified" should exit 0
This commit is contained in:
commit
fd178a6a04
@ -5066,7 +5066,7 @@ static int pim_rp_cmd_worker(struct pim_instance *pim, struct vty *vty,
|
|||||||
|
|
||||||
if (result == PIM_RP_NO_PATH) {
|
if (result == PIM_RP_NO_PATH) {
|
||||||
vty_out(vty, "%% No Path to RP address specified: %s\n", rp);
|
vty_out(vty, "%% No Path to RP address specified: %s\n", rp);
|
||||||
return CMD_WARNING_CONFIG_FAILED;
|
return CMD_WARNING;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result == PIM_GROUP_OVERLAP) {
|
if (result == PIM_GROUP_OVERLAP) {
|
||||||
|
Loading…
Reference in New Issue
Block a user