From: Ben Pfaff Date: Mon, 13 Dec 2010 20:20:12 +0000 (-0800) Subject: vswitchd: Delete DP_MAX_PORTS. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c19ab15aa7b2d63632ac9694541759bc8d2351;p=openvswitch vswitchd: Delete DP_MAX_PORTS. This is no longer used. --- 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. */