Merge pull request #9883 from pguibert6WIND/iface_deleted_omitted_gre_tundest

zebra: GRE_UPDATE message incomplete
This commit is contained in:
Jafar Al-Gharaibeh 2021-10-25 22:44:39 -05:00 committed by GitHub
commit bfc87c79e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));