summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-05-11 18:58:05 +0200
committerChristian Poessinger <christian@poessinger.com>2020-05-16 15:30:26 +0200
commit1c6ae6f7e7cf30d9598d2886bb3d2c34685a2c8c (patch)
treecaa41f12fb793bb6fa0b7e6a8c45e2318484d911 /debian
parenta927192af24079e6d392e5cae0340441490c0091 (diff)
downloadvyos-1x-1c6ae6f7e7cf30d9598d2886bb3d2c34685a2c8c.tar.gz
vyos-1x-1c6ae6f7e7cf30d9598d2886bb3d2c34685a2c8c.zip
nat: T2198: automatically determine handler numbers
When instantiating NAT it is required to isntall some nftable jump targets. The targets need to be added after a specific other target thus we need to dynamically query the handler number. This is done by get_handler() which could be moved to vyos.util at a later point in time so it can be reused for a firewall rewrite.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 2aaca13ba..609f46e4d 100644
--- a/debian/control
+++ b/debian/control
@@ -92,7 +92,7 @@ Depends: python3,
pppoe,
salt-minion,
vyos-utils,
- nftables,
+ nftables (>= 0.9.3),
conntrack,
${shlibs:Depends},
${misc:Depends}