summaryrefslogtreecommitdiff
path: root/pimd/pim_vty.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2017-08-30 22:26:41 -0300
committerGitHub <noreply@github.com>2017-08-30 22:26:41 -0300
commitedfb96d21eb0dc5ad4578d74597bc397e22f6e08 (patch)
tree367ebc7fff89c83831da677197404b40342fc9b5 /pimd/pim_vty.c
parente507137524c8e33dd3275185279ab27469a742a6 (diff)
parent2f5b00289db5dd61386874bd9386f7c50cd97e94 (diff)
Merge pull request #1077 from donaldsharp/ws
Cleanup some issues in pim
Diffstat (limited to 'pimd/pim_vty.c')
-rw-r--r--pimd/pim_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c
index 6eb413a4eb..7607bdf13b 100644
--- a/pimd/pim_vty.c
+++ b/pimd/pim_vty.c
@@ -257,8 +257,8 @@ int pim_interface_config_write(struct vty *vty)
if (vrf->vrf_id == VRF_DEFAULT)
vty_frame(vty, "interface %s\n", ifp->name);
else
- vty_out(vty, "interface %s vrf %s\n", ifp->name,
- vrf->name);
+ vty_frame(vty, "interface %s vrf %s\n",
+ ifp->name, vrf->name);
++writes;
if (ifp->info) {