mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 12:37:10 +00:00
zebra: Support to listen teamd nlmsg as bond type
this feature is to support teamd driver when configuring ethernet segment's id and sys_mac via vtysh/zebra. Signed-off-by: yenlu <yenlu@cisco.com>
This commit is contained in:
parent
8e3a96e846
commit
60c35a86de
@ -215,6 +215,8 @@ static void netlink_determine_zebra_iftype(const char *kind,
|
||||
*zif_type = ZEBRA_IF_VETH;
|
||||
else if (strcmp(kind, "bond") == 0)
|
||||
*zif_type = ZEBRA_IF_BOND;
|
||||
else if (strcmp(kind, "team") == 0)
|
||||
*zif_type = ZEBRA_IF_BOND;
|
||||
else if (strcmp(kind, "gre") == 0)
|
||||
*zif_type = ZEBRA_IF_GRE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user