Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
23
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware-Developer
Firmware
Merge requests
!142
Fix MTU of wireguard interface on DS-Lite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix MTU of wireguard interface on DS-Lite
nm-fix-wg-mtu
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Niklas
requested to merge
nm-fix-wg-mtu
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Korrespondiert mit
https://github.com/Freifunk-Dresden/ffdd-server/pull/31
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f0033dbe
1 commit,
3 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
files/common/usr/lib/ddmesh/ddmesh-backbone.sh
+
1
−
0
Options
@@ -302,6 +302,7 @@ case "$1" in
secret_file
=
"/tmp/wg.pki"
echo
$secret
>
$secret_file
ip
link
add
$tbbwg_ifname
type
wireguard
ip
link set
$tbbwg_ifname
mtu 1320
ip addr add
"
$local_wg_ip
/32"
dev
$tbbwg_ifname
wg
set
$tbbwg_ifname
private-key
$secret_file
Loading