fix: module alias match failed

This commit is contained in:
Chion Tang 2018-02-07 03:49:57 +00:00
parent 09dcc1aa5d
commit 75acee56b1
2 changed files with 2 additions and 2 deletions

View File

@ -270,4 +270,4 @@ module_exit(tg_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Xtables: implementation of UDP-only full cone NAT");
MODULE_AUTHOR("Chion Tang <tech@chionlab.moe>");
MODULE_ALIAS("ipt_fullconenat");
MODULE_ALIAS("ipt_FULLCONENAT");

View File

@ -270,4 +270,4 @@ module_exit(tg_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Xtables: implementation of UDP-only full cone NAT");
MODULE_AUTHOR("Chion Tang <tech@chionlab.moe>");
MODULE_ALIAS("ipt_fullconenat");
MODULE_ALIAS("ipt_FULLCONENAT");