Add vrf, 8021q, dummy modules

This commit is contained in:
Alex D. 2023-03-29 16:14:47 +00:00
parent 85180a63b8
commit 96fb8971dc
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
13 changed files with 28 additions and 1 deletions

View File

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

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE 8021q
exec /usr/libexec/nnd/s6/rmmod

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE 8021q
exec /usr/libexec/nnd/s6/modprobe

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE dummy
exec /usr/libexec/nnd/s6/rmmod

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE dummy
exec /usr/libexec/nnd/s6/modprobe

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE vrf
exec /usr/libexec/nnd/s6/rmmod

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1,4 @@
#!/bin/execlineb -P
export MODULE vrf
exec /usr/libexec/nnd/s6/modprobe