]> git.puffer.fish Git - mirror/frr.git/commit
lib: Decode vrf_id update appropriately from zapi 5090/head
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:07:37 +0000 (19:07 -0400)
commit66cd1bb30935e9e02508fbc9bbba2763a42e6c54
tree4fcd3507b0f95ccc59ed389330dce00f75a12409
parent113296dc347224531b338903741e3ed01bc35580
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