net/sched: Add module aliases for cls_,sch_,act_ modules
[linux-2.6-microblaze.git] / net / sched / cls_bpf.c
index 382c7a7..5e83e89 100644 (file)
@@ -693,6 +693,7 @@ static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
        .dump           =       cls_bpf_dump,
        .bind_class     =       cls_bpf_bind_class,
 };
+MODULE_ALIAS_NET_CLS("bpf");
 
 static int __init cls_bpf_init_mod(void)
 {