History log of /external/iptables/extensions/libip6t_eui64.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d68df47fad305673958351a4e2a5c6e75927caa 12-Jun-2009 Jan Engelhardt <jengelh@medozas.de> extensions: remove empty help and parse functions

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iptables/extensions/libip6t_eui64.c
5d9678ad3eabc34ac40dfe055d7f6a8e44445a5a 20-Nov-2008 Jan Engelhardt <jengelh@medozas.de> src: remove inclusion of iptables.h

iptables.h and ip6tables.h only include declarations internal to
iptables (specifically iptables.c and ip6tables.c), as most of the
public API has been moved to xtables.h a few months ago.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/extensions/libip6t_eui64.c
03d99486d8283552705b58dc55b6085dffc38792 18-Nov-2008 Jan Engelhardt <jengelh@medozas.de> src: use NFPROTO_ constants

Resync netfilter.h from the latest kernel and make use of the new
NFPROTO_ constants that have been introduced.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/extensions/libip6t_eui64.c
ddac6c5bc636003d664d25c08ea3fe176565096c 01-Sep-2008 Jan Engelhardt <jengelh@medozas.de> src: Update comments

A number of comments are redundant, some outdated and others outright
wrong in their own way. Remove and fixup.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iptables/extensions/libip6t_eui64.c
8b7c64d6ba156a99008fcd810cba874c73294333 15-Apr-2008 Jan Engelhardt <jengelh@medozas.de> Remove old functions, constants
/external/iptables/extensions/libip6t_eui64.c
997045f536026c0d643bf884da5ff5de2605197f 04-Oct-2007 Jan Engelhardt <jengelh@medozas.de> Unique names 5/6

Give symbols of libxt matches unique names (3/3).

Adds unique prefixes to all functions (most of them - especially the hook
functions) so that debugging programs can unambiguously map a symbol to an
address. Also unifies the names of the xtables_match/xtables_target structs,
(based upon libxt_connmark.c/libip6t_*.c).

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
/external/iptables/extensions/libip6t_eui64.c
278654a9aa89311eb624dc5b79b5b37d99248129 04-Oct-2007 Jan Engelhardt <jengelh@medozas.de> Delete empty ->print() and ->save() functions

Deletes empty ->print() and ->save() functions.
ip[6]tables prints the trivial thing automatically.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
/external/iptables/extensions/libip6t_eui64.c
830132ac9c0d270bf9dcfe85c2464e3fe8c73fb9 04-Oct-2007 Jan Engelhardt <jengelh@medozas.de> Delete empty ->final_check() functions

Deletes empty ->final_check() functions, and makes ip[6]tables
checks for NULL on these.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
/external/iptables/extensions/libip6t_eui64.c
ea146a982e26c42f9954f140276f8deeb2edbe98 02-Sep-2007 Peter Riley <Peter.Riley@hotpop.com> Remove last vestiges of NFC (Peter Riley <Peter.Riley@hotpop.com>)
/external/iptables/extensions/libip6t_eui64.c
d01454062d0265f118c1b721740997cb93ef8cdb 30-Jul-2007 Jan Engelhardt <jengelh@medozas.de> Makes it possible to omit extra_opts of matches/targets if unnecessary.
(Jan Engelhardt <jengelh@gmx.de>)

A nice side effect is that merge_option() doesn't copy options in that case.
/external/iptables/extensions/libip6t_eui64.c
a620c61d441b931bc4a52ec07f1b906318ee4069 24-Jul-2007 Yasuyuki KOZAKAI <yasuyuki@netfilter.org> Fixes warning on compilation of ip6tables matches/targets

This changes the type of arguments as follows
- ip6t_ip6 * -> void *
- ip6t_entry * -> void *
/external/iptables/extensions/libip6t_eui64.c
b85256b07a2939d712a2547bc151653eae511909 24-Jul-2007 Yasuyuki KOZAKAI <yasuyuki@netfilter.org> Replaces ip6t_entry_* with xt_entry_* in matches/targets
/external/iptables/extensions/libip6t_eui64.c
8115e5425721cd610b6390c3d4c24540773b0520 14-Feb-2005 Pablo Neira <pablo@eurodev.net> Kill NFC_* stuff in iptables (Pablo Neira <pablo@eurodev.net>)
Fixes build with conntrack event patch for 2.6
/external/iptables/extensions/libip6t_eui64.c
02aa73312d6078b6de26757d5a558e0085ec20b5 01-Feb-2005 Harald Welte <laforge@gnumonks.org> make structure initializers use C99 standard (Harald Welte)
/external/iptables/extensions/libip6t_eui64.c
80fe35d6339b53a12ddaec41885613e4e37ed031 29-May-2002 Harald Welte <laforge@gnumonks.org> globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent naming
/external/iptables/extensions/libip6t_eui64.c
e920f29853671e9a7f7fea3e0b43305136793159 24-Mar-2002 Harald Welte <laforge@gnumonks.org> ipv6 agr match now called eui64
/external/iptables/extensions/libip6t_eui64.c