aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/etc/s6-rc/source-base/init-eth0/up
blob: 871558feb869096498d3aabf63952ab5eceb1624 (plain)
1
2
3
if { sleep 3 }  # delay to load virtio-net
if { ip addr add 10.0.2.1/24 dev eth0 }
ip link set dev eth0 up