Skip to content

Commit d477c76

Browse files
authored
Merge pull request #484 from cloudfoundry/add-nftables-binary-to-jammy
Add nftables binary
2 parents eca61c0 + 60b00e0 commit d477c76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bosh-stemcell/spec/assets/dpkg-list-ubuntu.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ libipt2
223223
libisc-export1105:amd64
224224
libisl23:amd64
225225
libitm1:amd64
226+
libjansson4:amd64
226227
libjson-c5:amd64
227228
libjsoncpp25:amd64
228229
libk5crypto3:amd64
@@ -257,6 +258,7 @@ libnetplan0:amd64
257258
libnettle8:amd64
258259
libnewt0.52:amd64
259260
libnfnetlink0:amd64
261+
libnftables1:amd64
260262
libnftnl11:amd64
261263
libnghttp2-14:amd64
262264
libnl-3-200:amd64
@@ -377,6 +379,7 @@ net-tools
377379
netbase
378380
netcat-openbsd
379381
networkd-dispatcher
382+
nftables
380383
nvme-cli
381384
openssh-client
382385
openssh-server

stemcell_builder/stages/base_ubuntu_packages/apply.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ cmake uuid-dev libgcrypt-dev ca-certificates \
1616
scsitools mg htop module-assistant debhelper runit parted \
1717
cloud-guest-utils anacron software-properties-common \
1818
xfsprogs gdisk libpam-cracklib chrony dbus nvme-cli rng-tools fdisk \
19-
ethtool"
19+
ethtool \
20+
nftables"
2021

2122
debs="$debs gpg-agent libcurl4 libcurl4-openssl-dev resolvconf net-tools ifupdown"
2223

0 commit comments

Comments
 (0)