[GitHub] cloudstack pull request: CLOUDSTACK-7836: Make s2s VPN CIDR list l...

2016-02-01 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/1388#issuecomment-178211407
  
@remibergsma a better solution in the make?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-7836: Make s2s VPN CIDR list l...

2016-02-01 Thread remibergsma
Github user remibergsma closed the pull request at:

https://github.com/apache/cloudstack/pull/1388


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-7836: Make s2s VPN CIDR list l...

2016-01-30 Thread remibergsma
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 
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




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---