mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
commit
95c5346238
4 changed files with 5 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/help.md
vendored
1
.github/ISSUE_TEMPLATE/help.md
vendored
|
@ -12,6 +12,7 @@ labels: help wanted
|
||||||
## Current Behavior
|
## Current Behavior
|
||||||
<!--- In English please. -->
|
<!--- In English please. -->
|
||||||
<!--- Tell us what happens instead of the expected behavior -->
|
<!--- Tell us what happens instead of the expected behavior -->
|
||||||
|
<!--- Did you checked log ? In Status->System log -->
|
||||||
|
|
||||||
## Specifications
|
## Specifications
|
||||||
|
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/issue.md
vendored
1
.github/ISSUE_TEMPLATE/issue.md
vendored
|
@ -12,6 +12,7 @@ labels: bug
|
||||||
## Current Behavior
|
## Current Behavior
|
||||||
<!--- In English please. -->
|
<!--- In English please. -->
|
||||||
<!--- Tell us what happens instead of the expected behavior -->
|
<!--- Tell us what happens instead of the expected behavior -->
|
||||||
|
<!--- Did you checked log ? In Status->System log -->
|
||||||
|
|
||||||
## Possible Solution
|
## Possible Solution
|
||||||
<!--- In English please. -->
|
<!--- In English please. -->
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/question.md
vendored
1
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -3,3 +3,4 @@ name: Create a question
|
||||||
about: Ask a question
|
about: Ask a question
|
||||||
labels: question
|
labels: question
|
||||||
---
|
---
|
||||||
|
<!--- Use this template only for general question, not related to an OpenMPTCProuter install -->
|
|
@ -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
|
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/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
|
+++ 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
|
+// SPDX-License-Identifier: GPL-2.0
|
||||||
+/* MPTCP implementation - Netlink Path Manager
|
+/* 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_SPORT] = { .type = NLA_U16, },
|
||||||
+ [MPTCP_ATTR_DPORT] = { .type = NLA_U16, },
|
+ [MPTCP_ATTR_DPORT] = { .type = NLA_U16, },
|
||||||
+ [MPTCP_ATTR_BACKUP] = { .type = NLA_U8, },
|
+ [MPTCP_ATTR_BACKUP] = { .type = NLA_U8, },
|
||||||
|
+ [MPTCP_ATTR_FLAGS] = { .type = NLA_U16, },
|
||||||
+ [MPTCP_ATTR_TIMEOUT] = { .type = NLA_U32, },
|
+ [MPTCP_ATTR_TIMEOUT] = { .type = NLA_U32, },
|
||||||
+ [MPTCP_ATTR_IF_IDX] = { .type = NLA_S32, },
|
+ [MPTCP_ATTR_IF_IDX] = { .type = NLA_S32, },
|
||||||
+};
|
+};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue