patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Yureka Lilian <yureka@cyberchaos.dev>
To: devel@spectrum-os.org
Cc: Yureka Lilian <yureka@cyberchaos.dev>
Subject: [PATCH] vm/sys/net: start nftables service
Date: Mon,  1 Dec 2025 23:22:43 +0100	[thread overview]
Message-ID: <20251201222248.94015-1-yureka@cyberchaos.dev> (raw)

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


             reply	other threads:[~2025-12-01 22:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-01 22:22 Yureka Lilian [this message]
2025-12-08 23:29 ` [PATCH] vm/sys/net: start nftables service Alyssa Ross
2025-12-09  0:01   ` Yureka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251201222248.94015-1-yureka@cyberchaos.dev \
    --to=yureka@cyberchaos.dev \
    --cc=devel@spectrum-os.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).