summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-12-17 19:01:32 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-12-17 19:01:32 +0000
commit587fa8a7ecc0034edcec87c1276043ec1785c514 (patch)
tree6bbba9a62a2d013de011ff1576fa55a7b7bc3909
parent726edb9c2d44e265d1df1dd6a94ee95f59d83779 (diff)
*** empty log message ***
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d06964c..8ee6e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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