--- zzzz-none-000/linux-4.4.271/include/net/bond_options.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/net/bond_options.h 2023-04-19 10:22:30.000000000 +0000 @@ -67,6 +67,7 @@ BOND_OPT_AD_ACTOR_SYSTEM, BOND_OPT_AD_USER_PORT_KEY, BOND_OPT_NUM_PEER_NOTIF_ALIAS, + BOND_OPT_L2DA_MULTIMAC, BOND_OPT_LAST }; @@ -130,5 +131,6 @@ #define bond_opt_initstr(optval, str) __bond_opt_init(optval, str, ULLONG_MAX) void bond_option_arp_ip_targets_clear(struct bonding *bond); - +int bond_option_l2da_multimac_set(struct bonding *bond, + const struct bond_opt_value *newval); #endif /* _NET_BOND_OPTIONS_H */