mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
Merge pull request #12226 from spk-hebbar/zebra_fpm
zebra: Remove duplicate update of msg_type
This commit is contained in:
commit
4244085fdd
@ -899,7 +899,6 @@ static inline int zfpm_encode_route(rib_dest_t *dest, struct route_entry *re,
|
|||||||
len = zfpm_netlink_encode_route(cmd, dest, re, in_buf,
|
len = zfpm_netlink_encode_route(cmd, dest, re, in_buf,
|
||||||
in_buf_len);
|
in_buf_len);
|
||||||
assert(fpm_msg_align(len) == len);
|
assert(fpm_msg_align(len) == len);
|
||||||
*msg_type = FPM_MSG_TYPE_NETLINK;
|
|
||||||
#endif /* HAVE_NETLINK */
|
#endif /* HAVE_NETLINK */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user