diff options
author | Paolo Abeni <pabeni@redhat.com> | 2021-08-13 15:15:46 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-14 11:37:25 +0100 |
commit | fc1b4e3b6274379a1ed398e19b850561ccd765db (patch) | |
tree | caab6c9096f24c0a7fa52adb4e569ba7bfc647ae /net/mptcp/pm.c | |
parent | ff5a0b421cb23bf6b2898939ffef5b683045d9d3 (diff) | |
download | linux-fc1b4e3b6274379a1ed398e19b850561ccd765db.tar.gz linux-fc1b4e3b6274379a1ed398e19b850561ccd765db.tar.bz2 linux-fc1b4e3b6274379a1ed398e19b850561ccd765db.zip |
mptcp: add mibs for stale subflows processing
This allows monitoring exceptional events like
active backup scenarios.
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/pm.c')
-rw-r--r-- | net/mptcp/pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mptcp/pm.c b/net/mptcp/pm.c index d8a85fe92360..0ed3e565f8f8 100644 --- a/net/mptcp/pm.c +++ b/net/mptcp/pm.c @@ -10,6 +10,8 @@ #include <net/mptcp.h> #include "protocol.h" +#include "mib.h" + /* path manager command handlers */ int mptcp_pm_announce_addr(struct mptcp_sock *msk, |