mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
10 lines
163 B
Bash
10 lines
163 B
Bash
![]() |
#!/bin/bash
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (C) 2025 OpenVPN, Inc.
|
||
|
#
|
||
|
# Author: Antonio Quartulli <antonio@openvpn.net>
|
||
|
|
||
|
MTU="1500"
|
||
|
|
||
|
source test.sh
|