diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-15 23:19:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-15 23:19:14 +0200 |
commit | 41345d14a27b5824bf513c2ae4b6ae9a58059dbf (patch) | |
tree | 85bd36f7085dfe9630ba29c056851dbe07dcb775 /debian | |
parent | d712964570b3475928d3b9eb08602292cb00ff82 (diff) | |
download | vyos-1x-41345d14a27b5824bf513c2ae4b6ae9a58059dbf.tar.gz vyos-1x-41345d14a27b5824bf513c2ae4b6ae9a58059dbf.zip |
Debian: add missing FRR dependencies
As all routing protocol definitions have been moved from the soon deprecated
vyatta-cfg-quagga package to vyos-1x, we also need to take care about all the
dependencies.
Add missing frr-rpki-rtrlib and frr-snmp dependency and enforce a FRR version
of at least 7.5 which holds all the features we currently support.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fd4ab8c96..c42915cb7 100644 --- a/debian/control +++ b/debian/control @@ -47,8 +47,10 @@ Depends: etherwake, fastnetmon, file, - frr, + frr (>= 7.5), frr-pythontools, + frr-rpki-rtrlib, + frr-snmp, grc, hostapd (>= 0.6.8), hvinfo, |