Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15555
b: refs/heads/master
c: 8cbb512
h: refs/heads/master
i:
  15553: 4a86b3c
  15551: e7d900b
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 3, 2006
1 parent 6d97500 commit cdaa27e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edb5e46fc03d0a45f2b41e3717631f7af7e9fc19
refs/heads/master: 8cbb512e50fb702b5b1d444f76ebcdb53577b2ec
1 change: 1 addition & 0 deletions trunk/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 trunk/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 cdaa27e

Please sign in to comment.