From 83c19ab15aa7b2d63632ac9694541759bc8d2351 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 13 Dec 2010 12:20:12 -0800 Subject: [PATCH] vswitchd: Delete DP_MAX_PORTS. This is no longer used. --- vswitchd/bridge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 1328c2db..18e4ef24 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. */ -- 2.30.2