diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2006-12-17 19:01:32 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2006-12-17 19:01:32 +0000 |
commit | 587fa8a7ecc0034edcec87c1276043ec1785c514 (patch) | |
tree | 6bbba9a62a2d013de011ff1576fa55a7b7bc3909 | |
parent | 726edb9c2d44e265d1df1dd6a94ee95f59d83779 (diff) | |
download | ebtables-587fa8a7ecc0034edcec87c1276043ec1785c514.tar.gz ebtables-587fa8a7ecc0034edcec87c1276043ec1785c514.tar.bz2 ebtables-587fa8a7ecc0034edcec87c1276043ec1785c514.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,10 +1,19 @@ +20061217 + Since last entry: + * fixed a few reported bugs + * ebt_among --among-dst-file and --among-src-file: allow + the list to be given in a file (circumvents command line max. + line length + * ebt_nat --snat-arp: if it's an arp packet, also change the source + address in the arp header + * ebt_mark --mark-or, --mark-xor, --mark-and 20051020 Since last entry: * ebtables modules are now located in /usr/lib/ebtables/ * added '/sbin/service ebtables' support * added ebtables-save (thanks to Rok Papez <rok.papez@arnes.si>) and ebtables-restore (the first one a perl script, the second - one written in c (fast) + one written in c (fast)) * optimized the code for the '-A' command, making ebtables-restore very fast. * ebtablesd/ebtablesu is deprecated and not compiled by default |