blob: 3a58b07578259af8c8f7fe234f2d5c27dcc45cf6 [file] [log] [blame]
Bart De Schuymer1abc55d2002-06-01 19:23:47 +0000120020520
2 * update help for -s and -d
3 * add VLAN in ethertypes
4 * add SYMLINK option for compiling
520020501
6 * allow -i and --logical-in in BROUTING
7 * update the manual page
8 * rename /etc/etherproto into /etc/ethertypes (seems to be a more
9 standard name)
10 * add MAC mask for -s and -d, also added Unicast, Multicast and
11 Broadcast specification for specifying a (family of) MAC
12 addresses.
1320020427
14 * added broute table.
15 * added redirect target.
16 * added --redirect-target, --snat-target and --dnat-target options.
17 * added logical_out and logical_in
18 * snat bugfix (->size)
1920020414
20 * fixed some things in the manual.
21 * fixed -P problem.
2220020411
23 * -j standard no longer works, is this cryptic? good :)
24 * lots of beautification.
25 - made some code smaller
26 - made everything fit within 80 columns
27 * fix problems with -i and -o option
28 * print_memory now prints useful info
29 * trying to see the tables when ebtables is not loaded in kernel
30 no longer makes this be seen as a bug.
3120020403
32 ebtables v2.0 released, changes:
33 * A complete rewrite, made everything modular.
34 * Fixed a one year old bug in br_db.c. A similar bug was present
35 in ebtables.c. It was visible when the number of rules got
36 bigger (around 90).
37 * Removed the option to allow/disallow counters. Frames passing
38 by are always counted now.
39 * Didn't really add any new functionality. However, it will be
40 _alot_ easier and prettier to do so now. Feel free to add an
41 extension yourself.
42 * There are 4 types of extensions:
43 - Tables.
44 - Matches: like iptables has.
45 - Watchers: these only watch frames that passed all the matches
46 of the rule. They don't change the frame, nor give a verdict.
47 The log extension is a watcher.
48 - Targets.
49 * user32/kernel64 architectures like the Sparc64 are unsupported.
50 If you want me to change this, give me access to such a box,
51 and don't pressure me.