diff --git a/ChangeLog b/ChangeLog index 09a0373b..dd074dae 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 3e135a0e..aa942e58 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.