]> git.puffer.fish Git - mirror/frr.git/commit
pimd: "No Path to RP address specified" should exit 0 1001/head
authorDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 17 Aug 2017 15:04:25 +0000 (15:04 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 17 Aug 2017 15:04:25 +0000 (15:04 +0000)
commitc6e7b9524852848c72afa7973eb51da19c2dd147
treebf25d9e0acda78be41715ed8f67b45fe3090b95b
parentfb13970d31ce8c9ba4096f20145e56caa2c862f4
pimd: "No Path to RP address specified" should exit 0

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
This could happen if routing isn't up yet but the command did take so we
should exit 0 here.  Testing:

root@cel-redxp-10[frr-dwalton76]# vtysh -c 'conf t' -c' ip pim rp
11.11.11.11'
% No Path to RP address specified: 11.11.11.11
root@cel-redxp-10[frr-dwalton76]# echo $?
0
root@cel-redxp-10[frr-dwalton76]#
pimd/pim_cmd.c