Skip to content

Commit

Permalink
[BRIDGE]: add version number
Browse files Browse the repository at this point in the history
Add version info to bridge module.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 3, 2006
1 parent edb5e46 commit 8cbb512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions net/bridge/br.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
2 changes: 2 additions & 0 deletions net/bridge/br_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8cbb512

Please sign in to comment.