Bump default config to new netdev structure

This commit is contained in:
Alex D. 2023-10-21 11:43:33 +00:00
parent 68e8f7a46a
commit bf4939e26f
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
44 changed files with 12 additions and 16 deletions

View File

@ -3,7 +3,7 @@
. ../../APKBUILD.template
pkgname=nnd-s6-services
pkgver=2.55
pkgver=2.56
pkgrel=0
pkgdesc="Base services for s6"
depends="s6-rc s6-portable-utils s6-linux-utils"

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1 @@
bundle

View File

@ -0,0 +1,6 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
define INTERFACE br0
fdmove -c 2 1
udhcpc -i $INTERFACE -f -S

View File

@ -0,0 +1 @@
longrun

View File

@ -1,7 +0,0 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
define INTERFACE br0
define PROP stp_state
define STATE 0
ip link set $INTERFACE type bridge $PROP $STATE

View File

@ -1 +0,0 @@
oneshot

View File

@ -1,7 +0,0 @@
#!/bin/execlineb -P
s6-envdir -i /etc/s6/env/path
emptyenv -p
define INTERFACE br0
define PROP stp_state
define STATE 1
ip link set $INTERFACE type bridge $PROP $STATE