ChangeSet 1.2199.14.38, 2005/03/23 21:18:39-08:00, [EMAIL PROTECTED]

        [PKT_SCHED]: Use proper attritbute for action stats.
        
        Action stats were being sent on the wrong TLV. Patch attached.
        
        Thanks to Andy Furniss for finding and helping debug this.
        
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 pkt_cls.h   |    1 +
 rtnetlink.h |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h
--- a/include/linux/pkt_cls.h   2005-03-26 17:25:45 -08:00
+++ b/include/linux/pkt_cls.h   2005-03-26 17:25:45 -08:00
@@ -80,6 +80,7 @@
        TCA_ACT_KIND,
        TCA_ACT_OPTIONS,
        TCA_ACT_INDEX,
+       TCA_ACT_STATS,
        __TCA_ACT_MAX
 };
 
diff -Nru a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h
--- a/include/linux/rtnetlink.h 2005-03-26 17:25:45 -08:00
+++ b/include/linux/rtnetlink.h 2005-03-26 17:25:45 -08:00
@@ -715,7 +715,6 @@
        TCA_RATE,
        TCA_FCNT,
        TCA_STATS2,
-       TCA_ACT_STATS,
        __TCA_MAX
 };
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to