]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core200: Ship iptables/nftables changes
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jan 2026 12:31:44 +0000 (12:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jan 2026 12:31:44 +0000 (12:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/200/filelists/iptables [new symlink]
config/rootfiles/core/200/filelists/libnftnl [new symlink]
config/rootfiles/core/200/filelists/nftables [new symlink]
config/rootfiles/core/200/update.sh

diff --git a/config/rootfiles/core/200/filelists/iptables b/config/rootfiles/core/200/filelists/iptables
new file mode 120000 (symlink)
index 0000000..8caf12b
--- /dev/null
@@ -0,0 +1 @@
+../../../common/iptables
\ No newline at end of file
diff --git a/config/rootfiles/core/200/filelists/libnftnl b/config/rootfiles/core/200/filelists/libnftnl
new file mode 120000 (symlink)
index 0000000..de3f8b8
--- /dev/null
@@ -0,0 +1 @@
+../../../common/libnftnl
\ No newline at end of file
diff --git a/config/rootfiles/core/200/filelists/nftables b/config/rootfiles/core/200/filelists/nftables
new file mode 120000 (symlink)
index 0000000..f1d3aa0
--- /dev/null
@@ -0,0 +1 @@
+../../../common/nftables
\ No newline at end of file
index 68a80e8c723bc9d7ab824a5fcf564b8fbf680da6..40e07cc8d0db21d37cf92f8e584fbbf303db9565 100644 (file)
@@ -86,7 +86,7 @@ rm -rvf \
 
 
 # Remove dropped packages
-for package in libassuan; do \
+for package in ebtables libassuan; do \
         if [ -e "/opt/pakfire/db/installed/meta-${package}" ]; then
                 stop_service "${package}"
                 for i in $(</opt/pakfire/db/rootfiles/${package}); do