net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-microblaze.git] / net / sched / act_bpf.c
index 6cfee66..0e3cf11 100644 (file)
@@ -401,6 +401,7 @@ static struct tc_action_ops act_bpf_ops __read_mostly = {
        .init           =       tcf_bpf_init,
        .size           =       sizeof(struct tcf_bpf),
 };
+MODULE_ALIAS_NET_ACT("bpf");
 
 static __net_init int bpf_init_net(struct net *net)
 {