From b83a340f4c64ef5d03fc88c45bc102ad8ac1d7a7 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 26 Feb 2021 21:15:59 +0100 Subject: [PATCH 1/2] Update Issues template --- .github/ISSUE_TEMPLATE/help.md | 1 + .github/ISSUE_TEMPLATE/issue.md | 1 + .github/ISSUE_TEMPLATE/question.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index bf7391fe..0ecec78c 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -12,6 +12,7 @@ labels: help wanted ## Current Behavior + ## Specifications diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index f2903e8e..97ab9b3c 100644 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -12,6 +12,7 @@ labels: bug ## Current Behavior + ## Possible Solution diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 3f48b699..b8ead27e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,3 +3,4 @@ name: Create a question about: Ask a question labels: question --- + \ No newline at end of file From 77395a6e3bae3436aa5d4e6fbccbbd58be6477d5 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 5 Mar 2021 21:22:34 +0100 Subject: [PATCH 2/2] Update MPTCP --- root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch b/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch index ae2d45d0..b422429c 100644 --- a/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch +++ b/root/target/linux/generic/hack-5.4/690-mptcp_trunk.patch @@ -18141,7 +18141,7 @@ diff -aurN linux-5.4.64/net/mptcp/mptcp_ndiffports.c linux-5.4.64.mptcp/net/mptc diff -aurN linux-5.4.64/net/mptcp/mptcp_netlink.c linux-5.4.64.mptcp/net/mptcp/mptcp_netlink.c --- linux-5.4.64/net/mptcp/mptcp_netlink.c 1970-01-01 01:00:00.000000000 +0100 +++ linux-5.4.64.mptcp/net/mptcp/mptcp_netlink.c 2020-09-10 19:25:10.507220869 +0200 -@@ -0,0 +1,1271 @@ +@@ -0,0 +1,1272 @@ +// SPDX-License-Identifier: GPL-2.0 +/* MPTCP implementation - Netlink Path Manager + * @@ -18217,6 +18217,7 @@ diff -aurN linux-5.4.64/net/mptcp/mptcp_netlink.c linux-5.4.64.mptcp/net/mptcp/m + [MPTCP_ATTR_SPORT] = { .type = NLA_U16, }, + [MPTCP_ATTR_DPORT] = { .type = NLA_U16, }, + [MPTCP_ATTR_BACKUP] = { .type = NLA_U8, }, ++ [MPTCP_ATTR_FLAGS] = { .type = NLA_U16, }, + [MPTCP_ATTR_TIMEOUT] = { .type = NLA_U32, }, + [MPTCP_ATTR_IF_IDX] = { .type = NLA_S32, }, +};