diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-07-04 21:47:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 21:47:31 +0700 |
commit | 65cbd7481d886c450bcc6be763aff3d4b070d719 (patch) | |
tree | e44da73f12a79bb838c9f276d5901b955298ac3d /debian/control | |
parent | 05aa25573027953c3578bdc2d0c6be0e46ac1a34 (diff) | |
parent | 669d24a5e0abfbecf1557fefe1ebcd69a8ff7f0e (diff) | |
download | vyos-1x-65cbd7481d886c450bcc6be763aff3d4b070d719.tar.gz vyos-1x-65cbd7481d886c450bcc6be763aff3d4b070d719.zip |
Merge pull request #487 from DmitriyEshenko/1x-impl-fnm
ids: T2659: Implement fastnetmon support
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d2a1ad54c..6746fe647 100644 --- a/debian/control +++ b/debian/control @@ -103,7 +103,9 @@ Depends: python3, salt-minion, vyos-utils, nftables (>= 0.9.3), - conntrack + conntrack, + libatomic1, + fastnetmon Description: VyOS configuration scripts and data VyOS configuration scripts, interface definitions, and everything |