diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-12 18:37:49 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-06-12 18:39:13 +0200 |
| commit | 6af3697ebff27dca3c1bb6c81431968a172fa7b6 (patch) | |
| tree | a77d3248abaa5501739e930abb108113d9109d00 | |
| parent | 905c3b284cb4b252fb7a9685a653167ab5d4f919 (diff) | |
| download | vyos-1x-6af3697ebff27dca3c1bb6c81431968a172fa7b6.tar.gz vyos-1x-6af3697ebff27dca3c1bb6c81431968a172fa7b6.zip | |
T8971: upgrade from bgpq3 package to bgpq4
Add symlink from bgpq3 to bgpq4 to keep backwards compatible behavior.
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/vyos-1x.links | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3e2b41ca6..edcd442f4 100644 --- a/debian/control +++ b/debian/control @@ -439,7 +439,7 @@ Depends: aptitude, arpwatch, atop, - bgpq3, + bgpq4, dnsdist, dnsutils, exfat-fuse, diff --git a/debian/vyos-1x.links b/debian/vyos-1x.links index f410f428c..de5ff2bc1 100644 --- a/debian/vyos-1x.links +++ b/debian/vyos-1x.links @@ -1,3 +1,4 @@ /usr/libexec/vyos/system/standalone_root_pw_reset /opt/vyatta/sbin/standalone_root_pw_reset /usr/libexec/vyos/vyconf_cli.py /usr/libexec/vyos/vyconf/bin/vy_commit /usr/libexec/vyos/vyconf_cli.py /usr/libexec/vyos/vyconf/bin/vy_in_session +/usr/bin/bgpq4 /usr/bin/bgpq3 |
