GitHub user ghxandsky opened a pull request:

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

    add ip set interface up because in CentOS 7 the interface will not auto p

    When run "ip link add link $pif name $vlanDev type vlan id $vlanId > 
/dev/null",  the interface will not auto change to up status, so add "ip link 
set $vlanDev up", on CentOS 7.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ghxandsky/cloudstack master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/97.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 #97
    
----
commit c4580a87673f65823aba695b8897272856b06e7b
Author: Star Guo <ghxand...@gmail.com>
Date:   2015-03-04T16:49:07Z

    add ip set interface up because in CentOS7 the interface will not auto p

----


---
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.
---

Reply via email to