criu/network.lock.nftables.patch
Adrian Reber d866d1994f
Switch network locking backend default to nftables
Resolves: RHEL-58354

Signed-off-by: Adrian Reber <areber@redhat.com>
2024-12-18 11:16:26 +01:00

12 lines
346 B
Diff

--- a/criu/include/cr_options.h.orig 2024-12-10 16:57:20.061293476 +0100
+++ b/criu/include/cr_options.h 2024-12-10 16:57:34.789131372 +0100
@@ -70,7 +70,7 @@
NETWORK_LOCK_SKIP,
};
-#define NETWORK_LOCK_DEFAULT NETWORK_LOCK_IPTABLES
+#define NETWORK_LOCK_DEFAULT NETWORK_LOCK_NFTABLES
/*
* Ghost file size we allow to carry by default.