On Oct 19, 2012, at 10:53 AM, Ben Pfaff wrote:
> Hmm, putting "return;" in an otherwise empty function isn't our usual
> practice:
>
>> static void
>> +init(const struct shash *iface_hints OVS_UNUSED)
>> +{
>> +return;
>> +}
Removed
>> @@ -319,6 +319,15 @@ struct ofproto_class {
>> /* ## -
On Thu, Oct 18, 2012 at 12:51:51PM -0700, Justin Pettit wrote:
> A future commit will make all bridges of a particular dpif share a
> single backing datapath. In order to handle restart, the datapath will
> need to have some idea of what the initial state looks like. Otherwise,
> it won't know wh