net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-microblaze.git] / net / sched / act_connmark.c
index f876275..0fce631 100644 (file)
@@ -242,6 +242,7 @@ static struct tc_action_ops act_connmark_ops = {
        .cleanup        =       tcf_connmark_cleanup,
        .size           =       sizeof(struct tcf_connmark_info),
 };
+MODULE_ALIAS_NET_ACT("connmark");
 
 static __net_init int connmark_init_net(struct net *net)
 {