diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-08-26 22:30:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 22:30:17 +0200 |
commit | 27cc65e8a25412944d2bd2c0ee7cf13dff98e1a4 (patch) | |
tree | ac9911551a360816b8b67d6807d1175c95905254 /debian | |
parent | fdae741be5ffaa3719ce889d0342c3091ad3c92c (diff) | |
parent | 6e36bafad6d8300b0bd90261f2a57cf65716ac7f (diff) | |
download | vyos-1x-27cc65e8a25412944d2bd2c0ee7cf13dff98e1a4.tar.gz vyos-1x-27cc65e8a25412944d2bd2c0ee7cf13dff98e1a4.zip |
Merge pull request #117 from c-po/pyroute2
bridge: T1556: migrate to pyroute2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 12eb7c309..7b75ca111 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Depends: python3, python3-vici (>= 5.7.2), python3-bottle, python3-zmq, + python3-pyroute2, ipaddrcheck, tcpdump, tshark, |