Displaying 3 results from an estimated 3 matches for "dnpt".
Did you mean:
dept
2014 May 13
0
[Bug 940] New: ip6tables-save output invalid rule when using D/SNPT
...kznr+netfilter at gmail.com
Estimated Hours: 0.0
Created attachment 442
--> https://bugzilla.netfilter.org/attachment.cgi?id=442
fix invalid output patch
ip6tables-save command output invalid rules.
Steps to reproduce:
1. ip6tables -t mangle -A PREROUTING -d 2001:db8:0:1::/64 -i eth1 -j DNPT
--src-pfx 2001:db8:0:1::/64 --dst-pfx 2001:db8:ffff:2::/64
2. ip6tables -t mangle -A POSTROUTING -s 2001:db8:ffff:2::/64 -j SNPT
--src-pfx 2001:db8:ffff:2::/64 --dst-pfx 2001:db8:0:1::/64
3. ip6tables-save -t mangle
Actual Results:
# ip6tables-save -t mangle
# Generated by ip6tables-save v...
2013 Mar 03
0
[ANNOUNCE] iptables 1.4.18 release
...document iptables-restore's -v option
doc: document iptables-restore's -M option
doc: document iptables-restore's -h option
doc: name the supported log levels for ipt_LOG
doc: mention -m in the manpage
doc: document the -4 and -6 options
extensions: S/DNPT: add missing save function
build: bump SONAME for libxtables
Jozsef Kadlecsik (3):
Introduce match/target aliases
Add the "state" alias to the "conntrack" match
Merge branch 'master' of vishnu.netfilter.org:/data/git/iptables
Pablo Neira Ayuso (...
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...Netfilter project proudly presents:
iptables 1.6.0
This release includes accumulated fixes and enhancements for the
following matches:
* ah
* connlabel
* cgroup
* devgroup
* dst
* icmp6
* ipcomp
* ipv6header
* quota
* set
* socket
* string
and targets:
* CT
* REJECT
* SET
* SNAT
* SNPT,DNPT
* SYNPROXY
* TEE
We also got rid of the very very old MIRROR and SAME targets and the
unclean match, that were removed from the kernel tree long time ago.
We also got patches to update different aspects of our manpages.
Moreover, this release includes the first official release of the
iptables ov...