]> git.ipfire.org Git - thirdparty/iptables.git/commit
Fixes build error of conntrack match because of missing ip_conntrack_tuple.h
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Sun, 24 Jun 2007 08:19:25 +0000 (08:19 +0000)
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>
Sun, 24 Jun 2007 08:19:25 +0000 (08:19 +0000)
commitf4cb71c763b45584a9225c3fa1f4aa97fd4cb07a
treeff186e15c067deae679e315f478445573ab49d00
parent950ddc67d1455f908651f53b7df80ed81bee402b
Fixes build error of conntrack match because of missing ip_conntrack_tuple.h
in linux 2.6.22. It is not needed because nf_conntrack headers can be used
instead.
extensions/libipt_conntrack.c