diff options
| author | Paolo Abeni <[email protected]> | 2021-08-13 22:15:46 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-08-14 10:37:25 +0000 |
| commit | fc1b4e3b6274379a1ed398e19b850561ccd765db (patch) | |
| tree | caab6c9096f24c0a7fa52adb4e569ba7bfc647ae /net/mptcp/pm.c | |
| parent | mptcp: faster active backup recovery (diff) | |
| download | kernel-fc1b4e3b6274379a1ed398e19b850561ccd765db.tar.gz kernel-fc1b4e3b6274379a1ed398e19b850561ccd765db.zip | |
mptcp: add mibs for stale subflows processing
This allows monitoring exceptional events like
active backup scenarios.
Signed-off-by: Paolo Abeni <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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, |
