mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
Merge pull request #14581 from FRRouting/mergify/bp/dev/9.1/pr-14577
zebra: add xxxCHAIN netlink messages to handler, ignore (backport #14577)
This commit is contained in:
commit
2837ce0d42
@ -425,6 +425,12 @@ static int netlink_information_fetch(struct nlmsghdr *h, ns_id_t ns_id,
|
||||
case RTM_DELVLAN:
|
||||
return netlink_vlan_change(h, ns_id, startup);
|
||||
|
||||
/* Messages we may receive, but ignore */
|
||||
case RTM_NEWCHAIN:
|
||||
case RTM_DELCHAIN:
|
||||
case RTM_GETCHAIN:
|
||||
return 0;
|
||||
|
||||
/* Messages handled in the dplane thread */
|
||||
case RTM_NEWADDR:
|
||||
case RTM_DELADDR:
|
||||
|
Loading…
Reference in New Issue
Block a user