net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-block.git] / net / sched / act_police.c
index e119b4a3db9ffb5b73bd2f5327b17cc15ee8a8b7..8555125ed34d83eaadd36391da869bd46f2372fe 100644 (file)
@@ -502,6 +502,7 @@ static struct tc_action_ops act_police_ops = {
        .offload_act_setup =    tcf_police_offload_act_setup,
        .size           =       sizeof(struct tcf_police),
 };
+MODULE_ALIAS_NET_ACT("police");
 
 static __net_init int police_init_net(struct net *net)
 {