Skip to content

Commit

Permalink
Moving IPVLAN driver out of experimental
Browse files Browse the repository at this point in the history
IPVLAN driver had been retained in experimental for multiple releases
with the requirement to have a proper L3 control-plane (such as BGP) to
go along with it which will make this driver much more useful. But
based on the community feedback,
moby/moby#21735, am proposing to move this
driver out of experimental.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
  • Loading branch information
mavenugo committed Jul 12, 2018
1 parent ccc3a85 commit 6a11182
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers_experimental_linux.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package libnetwork

import "github.com/docker/libnetwork/drivers/ipvlan"

func additionalDrivers() []initializer {
return []initializer{
{ipvlan.Init, "ipvlan"},
}
return []initializer{}
}

0 comments on commit 6a11182

Please sign in to comment.