diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-15 10:32:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 10:32:50 +0200 |
commit | e2978bb452c4ad3c3caf532c8f2204d7615c881e (patch) | |
tree | 06bbf47d590425224c27594cdc50b5af5628e428 /debian/control | |
parent | d96336a808e500934fc4fd9423345d0b965d35ac (diff) | |
parent | 3fc9b2fb79fd3e27a5034804e5243fe2e4ec40c3 (diff) | |
download | vyos-1x-e2978bb452c4ad3c3caf532c8f2204d7615c881e.tar.gz vyos-1x-e2978bb452c4ad3c3caf532c8f2204d7615c881e.zip |
Merge pull request #841 from c-po/conntrack-sync
conntrack-sync: T3535: migrate to XML and Python
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 851152d95..de030310e 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,7 @@ Depends: bmon, bsdmainutils, conntrack, + conntrackd, conserver-client, conserver-server, console-data, @@ -67,6 +68,8 @@ Depends: lcdproc, libatomic1, libndp-tools, + libnetfilter-conntrack3, + libnfnetlink0, libpam-radius-auth (>= 1.5.0), libvyosconfig0, lldpd, |