]> git.proxmox.com Git - mirror_frr.git/commit
lib: Decode vrf_id update appropriately from zapi
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 1 Oct 2019 23:02:33 +0000 (19:02 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 1 Oct 2019 23:15:07 +0000 (19:15 -0400)
commit31615ea837ce46f39df5cec72f45c9b13052d02f
tree3d92ed6df7468099f45c9ebab0fba9a248d45dd1
parent9d12a864a7813b0a70c97d74f5673020e1653e21
lib: Decode vrf_id update appropriately from zapi

The vrf_id in `zsend_interface_vrf_update()` is encoded as
a long via `stream_putl()`, we should decode it as such
as well.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/zclient.c