mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
Merge pull request #9883 from pguibert6WIND/iface_deleted_omitted_gre_tundest
zebra: GRE_UPDATE message incomplete
This commit is contained in:
commit
bfc87c79e8
@ -3440,6 +3440,7 @@ static inline void zebra_gre_get(ZAPI_HANDLER_ARGS)
|
|||||||
stream_putl(s, IFINDEX_INTERNAL);
|
stream_putl(s, IFINDEX_INTERNAL);
|
||||||
stream_putl(s, VRF_UNKNOWN);
|
stream_putl(s, VRF_UNKNOWN);
|
||||||
stream_putl(s, 0);
|
stream_putl(s, 0);
|
||||||
|
stream_putl(s, 0);
|
||||||
}
|
}
|
||||||
/* Write packet size. */
|
/* Write packet size. */
|
||||||
stream_putw_at(s, 0, stream_get_endp(s));
|
stream_putw_at(s, 0, stream_get_endp(s));
|
||||||
|
Loading…
Reference in New Issue
Block a user