提交 8cbb512e 编写于 作者: S Stephen Hemminger 提交者: David S. Miller

[BRIDGE]: add version number

Add version info to bridge module.
Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 edb5e46f
......@@ -67,3 +67,4 @@ EXPORT_SYMBOL(br_should_route_hook);
module_init(br_init)
module_exit(br_deinit)
MODULE_LICENSE("GPL");
MODULE_VERSION(BR_VERSION);
......@@ -29,6 +29,8 @@
#define BR_PORT_DEBOUNCE (HZ/10)
#define BR_VERSION "2.1"
typedef struct bridge_id bridge_id;
typedef struct mac_addr mac_addr;
typedef __u16 port_id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册