diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-10 16:29:20 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-02-10 16:29:20 +0000 |
commit | 0c40a1a2f42c86841800518e52c1794d4b19aa3a (patch) | |
tree | 2b84d52c78eea744e5a015e472faec20c2f53af5 /layout/rootfs/etc/s6-rc/source-base/init-eth0 | |
parent | bb72a243221616c13d1ed3f4c6191041bf9949d5 (diff) | |
download | lh-bootstrap-0c40a1a2f42c86841800518e52c1794d4b19aa3a.tar.xz |
Add bcnm again, use bcnm-waitif
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/init-eth0')
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-eth0/down | 1 | ||||
-rw-r--r-- | layout/rootfs/etc/s6-rc/source-base/init-eth0/up | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down b/layout/rootfs/etc/s6-rc/source-base/init-eth0/down index 5404b98..6733be4 100644 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/down +++ b/layout/rootfs/etc/s6-rc/source-base/init-eth0/down @@ -1,2 +1,3 @@ foreground { ip link set dev eth0 down } +foreground { bcnm-waitif -d 2 eth0 } exit 0 diff --git a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up b/layout/rootfs/etc/s6-rc/source-base/init-eth0/up index 871558f..987a4af 100644 --- a/layout/rootfs/etc/s6-rc/source-base/init-eth0/up +++ b/layout/rootfs/etc/s6-rc/source-base/init-eth0/up @@ -1,3 +1,3 @@ -if { sleep 3 } # delay to load virtio-net +if { bcnm-waitif 1 eth0 } if { ip addr add 10.0.2.1/24 dev eth0 } ip link set dev eth0 up |