blob: c5683502b33074c37bdb2d71ab00fd50f6b2bdac [file] [log] [blame]
Bart De Schuymer7ee27fd2011-07-10 09:27:49 +0000120110710
Bart De Schuymerf9ca7812011-08-11 18:48:26 +00002 Changelog for v2.0.10-2
3 * enable compiler optimizations (-O3)
4 * small changes to remove the compiler warnings due to optimization being
5 turned on (thanks to Peter Volkov)
6 * respect LDFLAGS in Makefiles (Peter Volkov)
720110710
Bart De Schuymer7ee27fd2011-07-10 09:27:49 +00008 Changelog for v2.0.10-1
Bart De Schuymer0944a312010-04-22 06:59:25 +00009 * fix --among-dst-file, which translated to --among-src
10 (reported by Thierry Watelet)
Bart De Schuymer7ee27fd2011-07-10 09:27:49 +000011 * fix bug in test_ulog.c example
12 * Makefile: respect LDFLAGS during ebtables build (Peter Volkov)
13 * Makefile: create directories to avoid build failure when DESTDIR is
14 supplied (Peter Volkov)
15 * incorporate fixes for possible issues found by Coverity analysis
16 (thanks to Jiri Popelka)
17 * define __EXPORTED_HEADERS__ to get access to the Linux kernel headers
18 * extend ebt_ip6 to allow matching on ipv6-icmp types/codes (by Florian
19 Westphal)
20 * Print a more useful error message when an update of the kernel table
21 failed.
22 * Add --concurrent option, which enables using a file lock to support
23 concurrent scripts updating the ebtables kernel tables
Bart De Schuymerfb5ea032010-02-03 21:02:56 +00002420100203
25 Changelog for v2.0.9-2
26 * fix unwanted zeroing of counters in the last user-defined chain
27 (reported by Jon Lewis)
28 * fix hidden symbol compilation error when using ld directly
29 * fix return value checking of creat to give a correct error
30 message if the atomic file couldn't be created
31 * correct info in INSTALL about compilation of ulog
Bart De Schuymer81994bf2009-06-21 12:47:34 +00003220090621
33 Changelog for v2.0.9 vs v2.0.8-2
34 * added ip6 module for filtering IPv6 traffic (Kuo-Lang Tseng,
35 Manohar Castelino)
36 * added --log-ip6 option for logging IPv6 traffic (Kuo-Lang Tseng,
37 Manohar Castelino)
38 * added nflog watcher for logging packets to userspace (Peter Warasin)
39 * bugfix in ebtables.sysv (Michal Soltys)
40 * bugfix for among match on x86-64 (reported by Pavel Emelyanov)
Bart De Schuymer587fa8a2006-12-17 19:01:32 +00004120061217
42 Since last entry:
43 * fixed a few reported bugs
44 * ebt_among --among-dst-file and --among-src-file: allow
45 the list to be given in a file (circumvents command line max.
46 line length
47 * ebt_nat --snat-arp: if it's an arp packet, also change the source
48 address in the arp header
49 * ebt_mark --mark-or, --mark-xor, --mark-and
Bart De Schuymerea5364b2005-10-20 17:55:15 +00005020051020
Bart De Schuymer18f501e2005-10-20 17:47:43 +000051 Since last entry:
52 * ebtables modules are now located in /usr/lib/ebtables/
53 * added '/sbin/service ebtables' support
Bart De Schuymercaf261b2005-10-20 17:56:51 +000054 * added ebtables-save (thanks to Rok Papez <rok.papez@arnes.si>)
55 and ebtables-restore (the first one a perl script, the second
Bart De Schuymer587fa8a2006-12-17 19:01:32 +000056 one written in c (fast))
Bart De Schuymer18f501e2005-10-20 17:47:43 +000057 * optimized the code for the '-A' command, making ebtables-restore
58 very fast.
59 * ebtablesd/ebtablesu is deprecated and not compiled by default
60 the ebtables-save/ebtables-restore scheme is much better
Bart De Schuymerea5364b2005-10-20 17:55:15 +00006120050117
Bart De Schuymer6622a012005-01-19 21:09:05 +000062 Since last entry:
63 * added ulog watcher
64 * made the ebtables code modular (make library functions).
65 * added the ebtablesd/ebtablesu scheme to allow faster
66 addition of rules (and to test the modular code).
67 * some small fixes
Bart De Schuymerff587202005-02-08 20:02:28 +000068 * added -c option (initialize counters)
69 * added -C option (change counters)
Bart De Schuymer519ebb72003-11-02 16:37:07 +00007020031102
71 Since last entry:
72 * <grzes_at_gnu.univ.gda.pl> added arpreply and among modules
73 * <tommy_at_home.tig-grr.com> added limit match
Bart De Schuymer60c20092003-07-23 21:34:21 +00007420030724
Bart De Schuymer083ac212003-07-26 10:15:21 +000075 * added (automatic) Sparc64 support, thanks to Michael Bellion and
76 Thomas Heinz from hipac.org for providing a test-box.
Bart De Schuymer60c20092003-07-23 21:34:21 +00007720030717
78 * added stp frames match type
7920030713
80 * added support for deleting all user-defined chains (-X option
81 without specified chain)
Bart De Schuymer5fd425b2003-06-01 16:41:01 +00008220030601
83 * added --Lmac2
84 * <csv_at_bluetail.com> Chris Vitale: basic 802.3/802.2 filtering
85 (experimental, kernel files are in the CVS)
86
8720030503
88 * added negative rule counter support
89 * bugfix: bcnt was not updated correctly
90 * <blancher_at_cartel-securite.fr> Cedric Blancher: add ARP MAC
91 matching support
92 * added pkttype match
Bart De Schuymer36aee752003-04-01 16:59:57 +00009320030402
94 * fixed check bug in ebt_ip.c (report from
95 joe_judge_at_guardium.com).
9620030111
97 * fixed problem when removing a chain (report from
98 ykphuah_at_greenpacket.com).
99 * Added --help list_extensions which, well, lists the extensions
Bart De Schuymer27b121c2002-12-03 20:53:19 +000010020021203
101 * changed the way to use the atomic operations. It's now possible
102 to use the EBTABLES_ATOMIC_FILE environment variable, so it's no
103 longer necessary to explicitly state the file name. See the man.
Bart De Schuymer832f09c2002-11-20 19:40:28 +000010420021120
105 * changed the way of compiling. New releases will now contain their
106 own set of kernel includes. No more copying of kernel includes to
107 /usr/include/linux
108 * added getethertype.c (Nick) and use it. Removed name_to_number()
109 and number_to_name().
11020021106
111 * added possibility to specify a rule number interval when deleting
112 rules
11320021102
114 * added ! - option possibility, which is equivalent to - ! option
11520021102
116 * since last entry: added byte counters and udp/tcp port matching
Bart De Schuymerb44c5f42002-08-30 20:33:36 +000011720020830
118 * updated the kernel files for 2.4.20-pre5 and 2.5.32
119 * last big cleanup of kernel and userspace code just finished
12020020820
121 * ARP module bugfix
122 * IP module bugfix
123 * nat module bugfix
Bart De Schuymerb2c4e372002-07-30 20:59:17 +000012420020730
125 * other things done before 2.0-rc1 that I can think of,
126 including kernel:
127 * cache align counters for better smp performance
128 * simplify snat code
129 * check for --xxxx-target RETURN on base chain
130 * cleanup code
131 * minor bugfixes
13220020724
133 * code cleanup
134 * bugfix for --atomic-commit
Bart De Schuymera501b782002-07-20 16:15:39 +000013520020720
136 * added mark target+match
Bart De Schuymer52b6fd22002-07-14 19:23:56 +000013720020714
138 * added --atomic options
13920020710
140 * some unlogged changes (due to lazyness)
141 * added --Lc, --Ln, --Lx
Bart De Schuymerfc62a342002-06-25 21:11:40 +000014220020625
143 * user defined chains support: added -N, -X, -E options.
Bart De Schuymer41e8a192002-06-23 08:03:12 +000014420020621
145 * some unlogged changes (due to lazyness)
146 * change the output for -L to make it look like it would look when
147 the user inputs the command.
148 * try to autoload modules
149 * some minor bugfixes
150 * add user defined chains support (without new commands yet,
151 deliberately)
152 * comparing rules didn't take the logical devices into account
Bart De Schuymer1abc55d2002-06-01 19:23:47 +000015320020520
154 * update help for -s and -d
155 * add VLAN in ethertypes
156 * add SYMLINK option for compiling
15720020501
158 * allow -i and --logical-in in BROUTING
159 * update the manual page
160 * rename /etc/etherproto into /etc/ethertypes (seems to be a more
161 standard name)
162 * add MAC mask for -s and -d, also added Unicast, Multicast and
163 Broadcast specification for specifying a (family of) MAC
164 addresses.
16520020427
166 * added broute table.
167 * added redirect target.
168 * added --redirect-target, --snat-target and --dnat-target options.
169 * added logical_out and logical_in
170 * snat bugfix (->size)
17120020414
172 * fixed some things in the manual.
173 * fixed -P problem.
17420020411
175 * -j standard no longer works, is this cryptic? good :)
176 * lots of beautification.
177 - made some code smaller
178 - made everything fit within 80 columns
179 * fix problems with -i and -o option
180 * print_memory now prints useful info
181 * trying to see the tables when ebtables is not loaded in kernel
182 no longer makes this be seen as a bug.
18320020403
184 ebtables v2.0 released, changes:
185 * A complete rewrite, made everything modular.
186 * Fixed a one year old bug in br_db.c. A similar bug was present
187 in ebtables.c. It was visible when the number of rules got
188 bigger (around 90).
189 * Removed the option to allow/disallow counters. Frames passing
190 by are always counted now.
191 * Didn't really add any new functionality. However, it will be
192 _alot_ easier and prettier to do so now. Feel free to add an
193 extension yourself.
194 * There are 4 types of extensions:
195 - Tables.
196 - Matches: like iptables has.
197 - Watchers: these only watch frames that passed all the matches
198 of the rule. They don't change the frame, nor give a verdict.
199 The log extension is a watcher.
200 - Targets.
201 * user32/kernel64 architectures like the Sparc64 are unsupported.
202 If you want me to change this, give me access to such a box,
203 and don't pressure me.