From 534bc0e0c2bb6190819fab9f063e2e8ecd30f8ad Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Mon, 23 Jan 2017 16:16:01 -0500 Subject: [PATCH] Remove experimental intro from macvlan (#1335) Opening sentence does not read after this sentence was migrated from experimental. Signed-off-by: Trapier Marshall --- engine/userguide/networking/get-started-macvlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/userguide/networking/get-started-macvlan.md b/engine/userguide/networking/get-started-macvlan.md index 4ead1a5fb3..8c08b5013c 100644 --- a/engine/userguide/networking/get-started-macvlan.md +++ b/engine/userguide/networking/get-started-macvlan.md @@ -4,7 +4,7 @@ keywords: Examples, Usage, network, docker, documentation, user guide, macvlan, title: Get started with Macvlan network driver --- -The Macvlan driver is in order to make Docker users use cases and vet the implementation to ensure a hardened, production ready driver. Libnetwork now gives users total control over both IPv4 and IPv6 addressing. The VLAN drivers build on top of that in giving operators complete control of layer 2 VLAN tagging for users interested in underlay network integration. For overlay deployments that abstract away physical constraints see the [multi-host overlay ](/engine/userguide/networking/get-started-overlay/) driver. +Libnetwork gives users total control over both IPv4 and IPv6 addressing. The VLAN drivers build on top of that in giving operators complete control of layer 2 VLAN tagging for users interested in underlay network integration. For overlay deployments that abstract away physical constraints see the [multi-host overlay ](/engine/userguide/networking/get-started-overlay/) driver. Macvlan is a new twist on the tried and true network virtualization technique. The Linux implementations are extremely lightweight because rather than using the traditional Linux bridge for isolation, they are simply associated to a Linux Ethernet interface or sub-interface to enforce separation between networks and connectivity to the physical network.