aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/if_link.h
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2021-11-30 12:29:47 +0800
committerDavid S. Miller <davem@davemloft.net>2021-11-30 12:15:58 +0000
commit5944b5abd8646e8c6ac6af2b55f87dede1dae898 (patch)
tree3e0b164b647020ebc1309e7e1d86f4105b8fb3ab /include/uapi/linux/if_link.h
parentnet: lantiq: fix missing free_netdev() on error in ltq_etop_probe() (diff)
downloadlinux-dev-5944b5abd8646e8c6ac6af2b55f87dede1dae898.tar.xz
linux-dev-5944b5abd8646e8c6ac6af2b55f87dede1dae898.zip
Bonding: add arp_missed_max option
Currently, we use hard code number to verify if we are in the arp_interval timeslice. But some user may want to reduce/extend the verify timeslice. With the similar team option 'missed_max' the uers could change that number based on their own environment. Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_link.h')
-rw-r--r--include/uapi/linux/if_link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index eebd3894fe89..4ac53b30b6dc 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -858,6 +858,7 @@ enum {
IFLA_BOND_TLB_DYNAMIC_LB,
IFLA_BOND_PEER_NOTIF_DELAY,
IFLA_BOND_AD_LACP_ACTIVE,
+ IFLA_BOND_MISSED_MAX,
__IFLA_BOND_MAX,
};