summaryrefslogtreecommitdiff
path: root/lib/route/qdisc/cbq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/qdisc/cbq.c')
-rw-r--r--lib/route/qdisc/cbq.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/route/qdisc/cbq.c b/lib/route/qdisc/cbq.c
index 95f17618..118f893d 100644
--- a/lib/route/qdisc/cbq.c
+++ b/lib/route/qdisc/cbq.c
@@ -28,11 +28,11 @@
*/
static const struct trans_tbl ovl_strategies[] = {
- __ADD(TC_CBQ_OVL_CLASSIC,classic)
- __ADD(TC_CBQ_OVL_DELAY,delay)
- __ADD(TC_CBQ_OVL_LOWPRIO,lowprio)
- __ADD(TC_CBQ_OVL_DROP,drop)
- __ADD(TC_CBQ_OVL_RCLASSIC,rclassic)
+ __ADD(TC_CBQ_OVL_CLASSIC,classic),
+ __ADD(TC_CBQ_OVL_DELAY,delay),
+ __ADD(TC_CBQ_OVL_LOWPRIO,lowprio),
+ __ADD(TC_CBQ_OVL_DROP,drop),
+ __ADD(TC_CBQ_OVL_RCLASSIC,rclassic),
};
/**