mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 05:50:50 +00:00
Merge pull request #5090 from sworleys/Fix-Vrf_ID-Decode
lib: Decode vrf_id update appropriately from zapi
This commit is contained in:
commit
f3762d2dd8
@ -1988,7 +1988,7 @@ struct interface *zebra_interface_vrf_update_read(struct stream *s,
|
||||
}
|
||||
|
||||
/* Fetch new VRF Id. */
|
||||
new_id = stream_getw(s);
|
||||
new_id = stream_getl(s);
|
||||
|
||||
*new_vrf_id = new_id;
|
||||
return ifp;
|
||||
|
Loading…
Reference in New Issue
Block a user