From fe125977e302ec3001203557fc1f9de2c447b104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Panzerbj=C3=B8rn?= Date: Thu, 19 Oct 2017 09:36:48 +0100 Subject: [PATCH] Update NanoContainerExample.ps1 #'ing out line 28 allows the configuration to run successfully. --- Examples/NanoContainerExample.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/NanoContainerExample.ps1 b/Examples/NanoContainerExample.ps1 index 84d5712f..f11efe7b 100644 --- a/Examples/NanoContainerExample.ps1 +++ b/Examples/NanoContainerExample.ps1 @@ -25,7 +25,7 @@ Configuration NanoContainerExample { IPAddress = $node.IPAddress; InterfaceAlias = $node.InterfaceAlias; - PrefixLength = $node.PrefixLength; + #PrefixLength = $node.PrefixLength; AddressFamily = $node.AddressFamily; }