You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by remibergsma <gi...@git.apache.org> on 2016/01/30 19:02:24 UTC

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

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 <gi...@remi.nl>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by DaanHoogland <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by remibergsma <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---