diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-21 22:04:37 +0100 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-05-21 22:04:37 +0100 |
commit | 7a364a46d72a3f078f3ca44b8da2f39e67b02bd2 (patch) | |
tree | 1f1a732c6a61b50e0f23f0f9604351d5ec521777 /debian | |
parent | a57b6ad609839c13dead121621a277559a958551 (diff) | |
download | vyos-1x-7a364a46d72a3f078f3ca44b8da2f39e67b02bd2.tar.gz vyos-1x-7a364a46d72a3f078f3ca44b8da2f39e67b02bd2.zip |
nat: T2460: add src/op_mode/show_nat_translations.py
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 a30b80b7a..001ea1802 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,7 @@ Depends: python3, python3-netaddr, python3-zmq, python3-jmespath, + python3-xmltodict, bsdmainutils, cron, systemd, |