projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c62a7a
)
vswitchd: Delete DP_MAX_PORTS.
author
Ben Pfaff
<blp@nicira.com>
Mon, 13 Dec 2010 20:20:12 +0000
(12:20 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 13 Dec 2010 22:29:13 +0000
(14:29 -0800)
This is no longer used.
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 1328c2dbe58d6e4153d00e176f96d315ec441380..18e4ef2401ca8b397dc8fad7dfc37dbbe7ef0072 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-173,7
+173,6
@@
struct port {
bool is_mirror_output_port; /* Does port mirroring send frames here? */
};
-#define DP_MAX_PORTS 255
struct bridge {
struct list node; /* Node in global list of bridges. */
char *name; /* User-specified arbitrary name. */