[
https://issues.apache.org/jira/browse/CLOUDSTACK-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15124995#comment-15124995
]
ASF GitHub Bot commented on CLOUDSTACK-7836:
--------------------------------------------
GitHub user remibergsma opened a pull request:
https://github.com/apache/cloudstack/pull/1388
CLOUDSTACK-7836: Make s2s VPN CIDR list longer
We found the 200 char limit not sufficient. This should provide more room
for longer CIDR lists.
123.123.123.123/24 ==> 18 chars + comma = 19 chars per cidr max
Was: 200/19 = ~10
Now: 4096/19 = ~215
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/remibergsma/cloudstack CLOUDSTACK-7836
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1388.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1388
----
commit e767d44567e7a67e9b948390602a13fd9cc99aeb
Author: Remi Bergsma <[email protected]>
Date: 2016-01-30T17:58:18Z
CLOUDSTACK-7836: Make s2s VPN CIDR list longer
123.123.123.123/24 ==> 18 chars + comma = 19 chars per cidr max
Was: 200/19 = ~10
Now: 4096/19 = ~215
----
> S2S VPN CIDR list max 200 chars and only RFC1918
> ------------------------------------------------
>
> Key: CLOUDSTACK-7836
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7836
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Network Controller
> Affects Versions: 4.1.0
> Reporter: Thijs Houtenbos
> Priority: Minor
>
> When creating a S2S VPN within Cloudstack there are two problems with the
> CIDR list field:
> 1. It only accepts RFC1918 addresses
> 2. It's length is limited to 200 characters, which is too short
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)