[PATCH] vm/sys/net: start nftables service
This was supposed to be here all along to ensure the net-vm does not create any traffic on any interfaces except for the xdp-forwarder setup. Fixes: dcee941 ("vm/sys/net: integrate xdp-forwarder") Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev> --- vm/sys/net/file-list.mk | 1 + vm/sys/net/image/etc/s6-rc/mdevd/dependencies.d/nftables | 0 2 files changed, 1 insertion(+) create mode 100644 vm/sys/net/image/etc/s6-rc/mdevd/dependencies.d/nftables diff --git a/vm/sys/net/file-list.mk b/vm/sys/net/file-list.mk index 7cc3520..dfea2a8 100644 --- a/vm/sys/net/file-list.mk +++ b/vm/sys/net/file-list.mk @@ -26,6 +26,7 @@ S6_RC_FILES = \ image/etc/s6-rc/mdevd-coldplug/dependencies.d/mdevd \ image/etc/s6-rc/mdevd-coldplug/type \ image/etc/s6-rc/mdevd-coldplug/up \ + image/etc/s6-rc/mdevd/dependencies.d/nftables \ image/etc/s6-rc/mdevd/notification-fd \ image/etc/s6-rc/mdevd/run \ image/etc/s6-rc/mdevd/type \ diff --git a/vm/sys/net/image/etc/s6-rc/mdevd/dependencies.d/nftables b/vm/sys/net/image/etc/s6-rc/mdevd/dependencies.d/nftables new file mode 100644 index 0000000..e69de29 -- 2.51.2
This patch has been committed as d8e923173a7ee589e7003f2612fd555230bd4985, which can be viewed online at https://spectrum-os.org/git/spectrum/commit/?id=d8e923173a7ee589e7003f2612fd.... This is an automated message. Send comments/questions/requests to: Alyssa Ross <hi@alyssa.is>
Please don't forget about the accompanying patch: https://spectrum-os.org/lists/archives/spectrum-devel/1d21b9d4-00b0-46c6-873... On 12/9/25 00:29, Alyssa Ross wrote:
This patch has been committed as d8e923173a7ee589e7003f2612fd555230bd4985, which can be viewed online at https://spectrum-os.org/git/spectrum/commit/?id=d8e923173a7ee589e7003f2612fd....
This is an automated message. Send comments/questions/requests to: Alyssa Ross <hi@alyssa.is>
participants (3)
-
Alyssa Ross -
Yureka -
Yureka Lilian