diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-10-07 11:50:52 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-07 11:50:52 -0300 |
| commit | 9cfb2747adc875a7aaa7f99a45a65f65234a2004 (patch) | |
| tree | 2f1528432631a32fb22d98826a2ebb5ffd23246d /ripd/rip_cli.c | |
| parent | 0ed866fd217079d7d7739b6f78fb01f3fd6533fd (diff) | |
| parent | 9bee02322f69e34c54510f8dff245e52794fdfc8 (diff) | |
Merge pull request #7241 from chiragshah6/evpn_dev1
lib: add errmsg to nb rpc
Diffstat (limited to 'ripd/rip_cli.c')
| -rw-r--r-- | ripd/rip_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_cli.c b/ripd/rip_cli.c index 5e64b7afdb..87098ece64 100644 --- a/ripd/rip_cli.c +++ b/ripd/rip_cli.c @@ -1012,7 +1012,7 @@ DEFPY_YANG (clear_ip_rip, listnode_add(input, yang_vrf); } - ret = nb_cli_rpc("/frr-ripd:clear-rip-route", input, NULL); + ret = nb_cli_rpc(vty, "/frr-ripd:clear-rip-route", input, NULL); list_delete(&input); |
