[ovs-dev] [memory fixes 4/6] vswitchd: Delete DP_MAX_PORTS.

Ben Pfaff blp at nicira.com
Mon Dec 13 21:10:49 UTC 2010


This is no longer used.
---
 vswitchd/bridge.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 2cd7cb4..130f65e 100644
--- 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. */
-- 
1.7.1





More information about the dev mailing list