diff options
author | Shivani Bhardwaj <shivanib134@gmail.com> | 2016-01-04 23:30:02 +0530 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-02-16 19:30:24 +0100 |
commit | 1b320a1a1dc1fdda78b81c6aaf087fffc839cc37 (patch) | |
tree | 933984f89944ec92d1afbf800e6db3a4d71cea63 /release.sh | |
parent | b74a255a1e408dfe3590a1a45b0ba5e57e840971 (diff) |
extensions: libipt_ttl: Add translation to nft
Add translation for module ttl to nftables.
Examples:
$ sudo iptables-translate -A INPUT -m ttl --ttl-eq 3 -j ACCEPT
nft add rule ip filter INPUT ip ttl 3 counter accept
$ sudo iptables-translate -A INPUT -m ttl --ttl-gt 5 -j ACCEPT
nft add rule ip filter INPUT ip ttl gt 5 counter accept
Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'release.sh')
0 files changed, 0 insertions, 0 deletions