diff options
| author | 1-rafael-1 <[email protected]> | 2025-09-15 20:07:18 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-09-15 20:07:18 +0200 |
| commit | 6bb3d2c0720fa082f27d3cdb70f516058497ec87 (patch) | |
| tree | 5a1e255cff999b00800f203b91a759c720c973e5 /examples/std/tap.sh | |
| parent | eb685574601d98c44faed9a3534d056199b46e20 (diff) | |
| parent | 92a6fd2946f2cbb15359290f68aa360953da2ff7 (diff) | |
Merge branch 'main' into rp2040-rtc-alarm
Diffstat (limited to 'examples/std/tap.sh')
| -rw-r--r-- | examples/std/tap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/tap.sh b/examples/std/tap.sh index 39d92a099..fb89d2381 100644 --- a/examples/std/tap.sh +++ b/examples/std/tap.sh | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ip tuntap add name tap99 mode tap user $USER | 1 | ip tuntap add name tap99 mode tap user $SUDO_USER |
| 2 | ip link set tap99 up | 2 | ip link set tap99 up |
| 3 | ip addr add 192.168.69.100/24 dev tap99 | 3 | ip addr add 192.168.69.100/24 dev tap99 |
| 4 | ip -6 addr add fe80::100/64 dev tap99 | 4 | ip -6 addr add fe80::100/64 dev tap99 |
