summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrii Klymenko <a.klymenko@vyos.io>2026-03-02 12:54:20 +0200
committerGitHub <noreply@github.com>2026-03-02 12:54:20 +0200
commit446e46271d26cb38b453783201f28df6ecdfca60 (patch)
tree9dbe00b10b9ea2054f6d401a5d4512f103436835 /data
parent16733f4e39c042a7a6e870cb881785bb55d51723 (diff)
downloadvyos-build-446e46271d26cb38b453783201f28df6ecdfca60.tar.gz
vyos-build-446e46271d26cb38b453783201f28df6ecdfca60.zip
T8330: ARM64: vyos-ipt-netflow package is missing in the build
Add vyos-ipt-netflow package to be installed on ARM64 platform by default.
Diffstat (limited to 'data')
-rw-r--r--data/architectures/arm64.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml
index 07de5225..76f951f5 100644
--- a/data/architectures/arm64.toml
+++ b/data/architectures/arm64.toml
@@ -1,6 +1,7 @@
# Packages included in ARM64 images by default
packages = [
"grub-efi-arm64",
+ "vyos-ipt-netflow"
]
bootloaders = "grub-efi"
squashfs_compression_type = "xz -b 256k -always-use-fragments -no-recovery"