diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-18 16:11:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 16:11:35 +0200 |
| commit | 38e2293e046e88f4773f67d2084fdaf101c3fd6a (patch) | |
| tree | 28a9e7515ca017fd0a4ee6aa88e45be4438b741a | |
| parent | 1057fca4ebffbce36a5f31e6ff1524766cf7fe3b (diff) | |
| parent | 6af3697ebff27dca3c1bb6c81431968a172fa7b6 (diff) | |
| download | vyos-1x-38e2293e046e88f4773f67d2084fdaf101c3fd6a.tar.gz vyos-1x-38e2293e046e88f4773f67d2084fdaf101c3fd6a.zip | |
Merge pull request #5270 from c-po/bgpq3-update
T8971: upgrade from bgpq3 package to bgpq4
| -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 a8d41056e..ac05c06c4 100644 --- a/debian/control +++ b/debian/control @@ -441,7 +441,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 |
