summaryrefslogtreecommitdiff
path: root/ospfd/ospf_zebra.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-01-21 20:25:08 -0500
committerGitHub <noreply@github.com>2019-01-21 20:25:08 -0500
commit62b6a7e149fa35d0edbece65bf21c7d13e0c78cd (patch)
tree7a42ee96595134a84017be1a637de986aa3f4cb1 /ospfd/ospf_zebra.c
parentd45a375af223087cc5b1ad82ad2d0d23e52802a9 (diff)
parent177a547ab2d81107f789b9abd5757339a76dc160 (diff)
Merge pull request #3631 from opensourcerouting/zapi_fixes
Small zapi fixes
Diffstat (limited to 'ospfd/ospf_zebra.c')
-rw-r--r--ospfd/ospf_zebra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_zebra.c b/ospfd/ospf_zebra.c
index 991d0063d6..a86800f901 100644
--- a/ospfd/ospf_zebra.c
+++ b/ospfd/ospf_zebra.c
@@ -340,11 +340,11 @@ static int ospf_interface_address_delete(int command, struct zclient *zclient,
}
static int ospf_interface_link_params(int command, struct zclient *zclient,
- zebra_size_t length)
+ zebra_size_t length, vrf_id_t vrf_id)
{
struct interface *ifp;
- ifp = zebra_interface_link_params_read(zclient->ibuf);
+ ifp = zebra_interface_link_params_read(zclient->ibuf, vrf_id);
if (ifp == NULL)
return 0;