Re: [ovs-dev] [PATCH] netdev-dummy: Remove FreeBSD dependency.

2013-05-18 Thread Ben Pfaff
On Sat, May 18, 2013 at 12:12:12AM -0400, Ed Maste wrote: > On 17 May 2013 18:57, Ben Pfaff wrote: > > There's no particular reason that netdev_dummy_register() has to care about > > the particular OS, except that the tests like to use the special Linux-only > > tunnel vport types. But that can b

Re: [ovs-dev] [PATCH] netdev-dummy: Remove FreeBSD dependency.

2013-05-17 Thread Ed Maste
On 17 May 2013 18:57, Ben Pfaff wrote: > There's no particular reason that netdev_dummy_register() has to care about > the particular OS, except that the tests like to use the special Linux-only > tunnel vport types. But that can be done better, I think, by just always > registering them from net

[ovs-dev] [PATCH] netdev-dummy: Remove FreeBSD dependency.

2013-05-17 Thread Ben Pfaff
There's no particular reason that netdev_dummy_register() has to care about the particular OS, except that the tests like to use the special Linux-only tunnel vport types. But that can be done better, I think, by just always registering them from netdev_dummy_register() and making that function id