From 2494ede1067d5071d3cc7d355cdc2ae3fac66dc5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 11 Jan 2026 03:32:21 +0900 Subject: container/init: configure interface lo This enables loopback networking when owning the net namespace. Signed-off-by: Ophestra --- container/dispatcher_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'container/dispatcher_test.go') diff --git a/container/dispatcher_test.go b/container/dispatcher_test.go index 26c49323..5de37fc9 100644 --- a/container/dispatcher_test.go +++ b/container/dispatcher_test.go @@ -465,6 +465,8 @@ func (k *kstub) ensureFile(name string, perm, pperm os.FileMode) error { stub.CheckArg(k.Stub, "pperm", pperm, 2)) } +func (*kstub) mustLoopback(message.Msg) { /* noop */ } + func (k *kstub) seccompLoad(rules []std.NativeRule, flags seccomp.ExportFlag) error { k.Helper() return k.Expects("seccompLoad").Error( -- cgit v1.3.1