From: shemminger Date: Tue, 3 Jan 2006 18:29:19 +0000 (+0000) Subject: New ifb from jamal X-Git-Tag: ss-060110~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47836e190860dab7987a648948e81c8e87dea7ef;p=thirdparty%2Fiproute2.git New ifb from jamal --- diff --git a/ChangeLog b/ChangeLog index 09a0373b1..dd074dae5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-03 Jamal Hadi Salim + + * Documentation for ifb + 2005-12-09 Stephen Hemminger * Add corrupt feature to netem diff --git a/doc/actions/mirred-usage b/doc/actions/mirred-usage index 3e135a0e2..aa942e58f 100644 --- a/doc/actions/mirred-usage +++ b/doc/actions/mirred-usage @@ -66,6 +66,6 @@ action mirred egress mirror dev eth1 --- A more interesting example is when you mirror flows to a dummy device -so you could tcpdump them (dummy by defaults drops all devices it sees). +so you could tcpdump them (dummy by defaults drops all packets it sees). This is a very useful debug feature.