X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=cedb2cdf0e3c573d806d457d39f2296d28c99a08;hb=061bfea46df4048440a219472719e5def71f4090;hp=27a55e97c692f6adce53a39b014db199e89357a8;hpb=fdfdbd4e1e83d7220cda3150caac424242229aab;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 27a55e97c..cedb2cdf0 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -132,12 +132,6 @@ struct ofproto_controller { uint8_t dscp; /* DSCP value for controller connection. */ }; -#define DEFAULT_MFR_DESC "Nicira, Inc." -#define DEFAULT_HW_DESC "Open vSwitch" -#define DEFAULT_SW_DESC VERSION -#define DEFAULT_SERIAL_DESC "None" -#define DEFAULT_DP_DESC "None" - void ofproto_enumerate_types(struct sset *types); const char *ofproto_normalize_type(const char *);