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