diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-01 11:30:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 11:30:39 +0100 |
commit | 03f73ec5711d8ff0ea210cb163526848da8f7fd1 (patch) | |
tree | 1f4bc3518972406867e4b831b446ebc4610a0aaa /data | |
parent | c678188cdad6e7907c901a1030e412ba730660ce (diff) | |
parent | 282ca5b30813a19c5af5c14127ec483409dae14c (diff) | |
download | vyos-build-03f73ec5711d8ff0ea210cb163526848da8f7fd1.tar.gz vyos-build-03f73ec5711d8ff0ea210cb163526848da8f7fd1.zip |
Merge pull request #924 from c-po/ipt-netflow
Kernel: T6230: add ipt_NETFLOW out-of-tree module
Diffstat (limited to 'data')
-rw-r--r-- | data/architectures/amd64.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index 9ab1c03b..292eec38 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -7,6 +7,7 @@ packages = [ "vyos-intel-qat", "vyos-intel-ixgbe", "vyos-intel-ixgbevf", + "vyos-ipt-netflow", ] [additional_repositories.salt] |