X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=18e4ef2401ca8b397dc8fad7dfc37dbbe7ef0072;hb=83c19ab15aa7b2d63632ac9694541759bc8d2351;hp=1328c2dbe58d6e4153d00e176f96d315ec441380;hpb=0c62a7ad88bb1f2eacfa225b9812dc10ba7b6eb2;p=openvswitch 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. */