From e7861fb895516cf1c3ef7af8c370c02e81576565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Panzerbj=C3=B8rn?= Date: Thu, 19 Oct 2017 09:41:45 +0100 Subject: [PATCH] Update NanoExample.ps1 #'ing out line 28 enables this configuration to work. --- Examples/NanoExample.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/NanoExample.ps1 b/Examples/NanoExample.ps1 index 9b2a66c7..217a1620 100644 --- a/Examples/NanoExample.ps1 +++ b/Examples/NanoExample.ps1 @@ -25,7 +25,7 @@ Configuration NanoExample { IPAddress = $node.IPAddress; InterfaceAlias = $node.InterfaceAlias; - PrefixLength = $node.PrefixLength; + #PrefixLength = $node.PrefixLength; AddressFamily = $node.AddressFamily; }