diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-14 18:37:39 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-16 18:25:58 +0200 |
commit | f233a9e4073f3c5257923962a96af5833734e41e (patch) | |
tree | f075caa0bce5b3629fdb5b6e1335f1f2e8fe1839 /debian | |
parent | 1e7d01e5b5a12c5bfaa8989ae6073679f6b647b0 (diff) | |
download | vyos-1x-f233a9e4073f3c5257923962a96af5833734e41e.tar.gz vyos-1x-f233a9e4073f3c5257923962a96af5833734e41e.zip |
nat: T2198: migrate "show nat" commands to XML and Python
- "show nat source|destination statistics" is now implemented in Python
- "show nat source|destination rules" needs a new implementation, see T2459
- "show nat source|destination translations" has been copied over from the old
repo and is here until it is rewritten, this was not possible for "rules"
as there would have been too much dependencies. This one only requires
libxml-simple-perl
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 323b8130f..f7285941a 100644 --- a/debian/control +++ b/debian/control @@ -91,6 +91,7 @@ Depends: python3, pmacct (>= 1.6.0), python3-certbot-nginx, pppoe, + libxml-simple-perl, salt-minion, vyos-utils, nftables (>= 0.9.3), |