X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flearning-switch.h;h=e5036906fdb32c7d83aeef36bf4a7606af7392da;hb=3c6aafea8383a951819d656d48941ecb3f5a8110;hp=d0892576adc15180b8cd6dad28620b7e8665960d;hpb=d4cdc6b4c45e5ca6a44bccf90f856b76ef936fac;p=sliver-openvswitch.git diff --git a/lib/learning-switch.h b/lib/learning-switch.h index d0892576a..e5036906f 100644 --- a/lib/learning-switch.h +++ b/lib/learning-switch.h @@ -41,10 +41,10 @@ struct lswitch_config { * OFP_FLOW_PERMANENT: Set up permanent flows. */ int max_idle; - /* Optionally, a chain of one or more OpenFlow messages to send to the - * switch at time of connection. Presumably these will be OFPT_FLOW_MOD - * requests to set up the flow table. */ - const struct ofpbuf *default_flows; + /* Optionally, a list of one or more "struct ofpbuf"s containing OpenFlow + * messages to send to the switch at time of connection. Presumably these + * will be OFPT_FLOW_MOD requests to set up the flow table. */ + const struct list *default_flows; /* The OpenFlow queue to use by default. Use UINT32_MAX to avoid * specifying a particular queue. */