Skip to content

Commit 6fbed66

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default into t/upstream base
2 parents 4662f8e + e6f5abd commit 6fbed66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/mptcp/pm_netlink.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,8 @@ int mptcp_pm_nl_set_flags(struct mptcp_pm_addr_entry *local,
19861986
return -EINVAL;
19871987
}
19881988
if ((local->flags & MPTCP_PM_ADDR_FLAG_FULLMESH) &&
1989-
(entry->flags & MPTCP_PM_ADDR_FLAG_SIGNAL)) {
1989+
(entry->flags & (MPTCP_PM_ADDR_FLAG_SIGNAL |
1990+
MPTCP_PM_ADDR_FLAG_IMPLICIT))) {
19901991
spin_unlock_bh(&pernet->lock);
19911992
NL_SET_ERR_MSG_ATTR(info->extack, attr, "invalid addr flags");
19921993
return -EINVAL;

0 commit comments

Comments
 (0)