From 27d070960d758086a41adb1eb6f194196b95ccf9 Mon Sep 17 00:00:00 2001 From: steveswalwell Date: Tue, 3 Oct 2023 16:49:58 +0100 Subject: [PATCH] Added "this can be a maximum of a /22" to MultiNodeSampleConfig.psd1, Sample - Software Load Balancer.psd1 and Sample - SDN Gateways.psd1 for more clarity --- SDNExpress/scripts/MultiNodeSampleConfig.psd1 | 2 +- SDNExpress/scripts/Sample - SDN Gateways.psd1 | 2 +- SDNExpress/scripts/Sample - Software Load Balancer.psd1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SDNExpress/scripts/MultiNodeSampleConfig.psd1 b/SDNExpress/scripts/MultiNodeSampleConfig.psd1 index 1630f4a2..b16f10de 100644 --- a/SDNExpress/scripts/MultiNodeSampleConfig.psd1 +++ b/SDNExpress/scripts/MultiNodeSampleConfig.psd1 @@ -87,7 +87,7 @@ @{ RouterASN='64623'; RouterIPAddress='10.10.182.1'} ) - # Initial set of VIP subnets to use for load balancing and public IPs + # Initial set of VIP subnets to use for load balancing and public IPs, this can be a maximum of a /22 PrivateVIPSubnet = '10.10.183.0/29' PublicVIPSubnet = '10.127.132.0/29' diff --git a/SDNExpress/scripts/Sample - SDN Gateways.psd1 b/SDNExpress/scripts/Sample - SDN Gateways.psd1 index 0fb1a321..7701f919 100644 --- a/SDNExpress/scripts/Sample - SDN Gateways.psd1 +++ b/SDNExpress/scripts/Sample - SDN Gateways.psd1 @@ -88,7 +88,7 @@ @{ RouterASN='64647'; RouterIPAddress='10.10.202.1'} ) - # Initial set of VIP subnets to use for load balancing and public IPs + # Initial set of VIP subnets to use for load balancing and public IPs, this can be a maximum of a /22 PublicVIPSubnet = '10.127.134.24/29' PrivateVIPSubnet = '12.0.0.0/29' diff --git a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 index 64ccb2bd..fd5073b8 100644 --- a/SDNExpress/scripts/Sample - Software Load Balancer.psd1 +++ b/SDNExpress/scripts/Sample - Software Load Balancer.psd1 @@ -88,7 +88,7 @@ @{ RouterASN='64647'; RouterIPAddress='10.10.202.1'} ) - # Initial set of VIP subnets to use for load balancing and public IPs + # Initial set of VIP subnets to use for load balancing and public IPs, this can be a maximum of a /22 PrivateVIPSubnet = '12.35.24.25/29' PublicVIPSubnet = '10.127.134.24/29'