aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source/ip-wlan1/up
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-05 06:29:50 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-05 06:29:50 +0000
commite18d6958b2470a2e68cc637945ccf3a1dae5c0a2 (patch)
tree90e065e7b7422c2f2dbd5d924dfcd14a2866de39 /examples/source/ip-wlan1/up
parent09ccd3128f2296d3a0cd1602e64caf06cf22c64f (diff)
downloads6-rc-e18d6958b2470a2e68cc637945ccf3a1dae5c0a2.tar.gz
Update examples
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/source/ip-wlan1/up')
-rw-r--r--examples/source/ip-wlan1/up4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/source/ip-wlan1/up b/examples/source/ip-wlan1/up
new file mode 100644
index 0000000..7513b05
--- /dev/null
+++ b/examples/source/ip-wlan1/up
@@ -0,0 +1,4 @@
+s6-envdir /etc/env-network
+importas -uSi WLAN1_IP4
+if { ip addr add ${WLAN1_IP4}/24 dev wlan1 }
+ip link set dev wlan1 up