Skip to content

Commit 8c4d55a

Browse files
committed
tgupdate: merge t/upstream base into t/upstream
2 parents a9a670c + 6fbed66 commit 8c4d55a

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)