Skip to content

Commit 20b1a39

Browse files
committed
overlay coreos/config: Update install mask for net-firewall/nftables
The nftables-restore service was split into nftables-load and nftables-store.
1 parent 29b39a0 commit 20b1a39

File tree

1 file changed

+1
-1
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-firewall

1 file changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-firewall/nftables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nftables_install_mask=" /usr/libexec/nftables /var/lib/nftables /usr/lib/systemd/system/nftables-restore.service "
1+
nftables_install_mask=" /usr/libexec/nftables /var/lib/nftables /usr/lib/systemd/system/nftables-load.service /usr/lib/systemd/system/nftables-store.service "
22

33
INSTALL_MASK+=${nftables_install_mask}
44
PKG_INSTALL_MASK+=${nftables_install_mask}

0 commit comments

Comments
 (0)