* [PATCH] vm/sys/net: start nftables service
@ 2025-12-01 22:22 Yureka Lilian
2025-12-08 23:29 ` Alyssa Ross
0 siblings, 1 reply; 3+ messages in thread
From: Yureka Lilian @ 2025-12-01 22:22 UTC (permalink / raw)
To: devel; +Cc: Yureka Lilian
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-12-09 0:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 22:22 [PATCH] vm/sys/net: start nftables service Yureka Lilian
2025-12-08 23:29 ` Alyssa Ross
2025-12-09 0:01 ` Yureka
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).