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