diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-12 17:43:03 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-16 15:30:26 +0200 |
commit | cc2ad34ce61e205454c4676a5bde77629d463964 (patch) | |
tree | 8c40fbd4e28d8e2ceb2c44ff989e36f58ad61e3c /debian | |
parent | fda762065c03d55c05682bf9834354c0edca3e97 (diff) | |
download | vyos-1x-cc2ad34ce61e205454c4676a5bde77629d463964.tar.gz vyos-1x-cc2ad34ce61e205454c4676a5bde77629d463964.zip |
nat: T2198: make use of jmespath when walking nftables JSON output
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 609f46e4d..323b8130f 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Depends: python3, python3-waitress, python3-netaddr, python3-zmq, + python3-jmespath, cron, easy-rsa, ipaddrcheck, |