initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
iperf3 -s -1 > /tmp/iperf3.serv.log 2>&1
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
lxc.include = /usr/share/lxc/config/minimal.conf
|
||||
lxc.hook.version = 1
|
||||
lxc.hook.start-host = ip a add 192.168.1.1/24 dev lxc0
|
||||
lxc.init.cmd = tini -g iperf3.sh
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
lxc.autodev = 0
|
||||
lxc.net.0.type = veth
|
||||
lxc.net.0.veth.pair = lxc0
|
||||
lxc.net.0.name = eth0
|
||||
lxc.net.0.flags = up
|
||||
lxc.net.0.ipv4.address = 192.168.1.2/24
|
||||
Reference in New Issue
Block a user