[ovs-dev] [PATCH] bridge: Deprecate the null interface type.

Ethan Jackson ethan at nicira.com
Wed Aug 29 01:21:58 UTC 2012


I don't care either way, went ahead and switched them.  I'll merge this shortly.

Ethan

On Sun, Aug 26, 2012 at 5:29 PM, Ben Pfaff <blp at nicira.com> wrote:
> On Wed, Aug 22, 2012 at 01:23:44PM -0700, Ethan Jackson wrote:
>> It's not entirely clear what problem the null interface type is
>> trying to solve, nor how it could be of use to any controller.
>> This patch deprecates it, and schedules its removal for February
>> 2013.  If there are concerns, please email dev at openvswitch.org.
>>
>> Signed-off-by: Ethan Jackson <ethan at nicira.com>
>
> Looks good to me.
>
> I might consider swapping the order of the "null" and non-"null" cases,
> but I didn't apply this and look at the context, so maybe it looks
> better as you have it:
>>              } else if (strcmp(type, "null")) {
>>                  bridge_queue_if_cfg(br, cfg, port);
>> +            } else {
>> +                VLOG_WARN_ONCE("%s: The null interface type is deprecated and"
>> +                               " may be removed in February 2013. Please email"
>> +                               " dev at openvswitch.org with concerns.",
>> +                               cfg->name);



More information about the dev mailing list