]> git.ipfire.org Git - thirdparty/iptables.git/commit
Don't need ipt_entry_target()/ip6t_entry_target() now kernel uses static inline inste...
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 22 Dec 2004 00:37:10 +0000 (00:37 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 22 Dec 2004 00:37:10 +0000 (00:37 +0000)
commit8beb0492c84dbec73febce36559ff244f77ec08e
tree03a7edb36569f7d794806502f6b7c90bcaa6456f
parent208d42ef2d7d250543946c573421a8180931812b
Don't need ipt_entry_target()/ip6t_entry_target() now kernel uses static inline instead of extern inline (otherwise it doesn't compile without -O).
Don't re-initialize libiptc/libip6t unless modprobe attempt actually succeeds.  This makes nfsim run about 20 times faster, as it doesn't have to explore failures in the first iptc_init().
ip6tables.c
iptables.c