diff options
| author | Jamal Hadi Salim <hadi@cyberus.ca> | 2005-03-23 05:18:39 -0800 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2005-03-23 05:18:39 -0800 |
| commit | da7bfa7c6a5f6134cc52211f3075fc0555601036 (patch) | |
| tree | 16a39963b472d59c8bd23b8f5cc5e30617b45342 /include/linux/rtnetlink.h | |
| parent | 3238eaf8e9fd210d1b248cec9506cd892db7ef64 (diff) | |
[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 <davem@davemloft.net>
Diffstat (limited to 'include/linux/rtnetlink.h')
| -rw-r--r-- | include/linux/rtnetlink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index 6d6b2eae47e0..1b4e5122d697 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -715,7 +715,6 @@ enum TCA_RATE, TCA_FCNT, TCA_STATS2, - TCA_ACT_STATS, __TCA_MAX }; |
