diff options
author | Bin Hu <bh526r@att.com> | 2016-09-23 09:46:57 -0700 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-09-23 09:48:12 -0700 |
commit | 9b0fde472adaae0605543ceb6432d200fc2380bc (patch) | |
tree | a15cdf11e06fe89559abf6bc92a3dbed6f9dfc95 /docs | |
parent | 35efd1ccf89bfb001ac2fe76479e49a71db6f784 (diff) |
Disable security group in vRouter too
Change-Id: Ifff01235951030d9fc2c3ea0293fc19ac9241b16
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configurationguide/featureconfig.rst | 6 | ||||
-rw-r--r-- | docs/configurationguide/index.rst | 5 | ||||
-rw-r--r-- | docs/installationprocedure/feature.configuration.rst | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/docs/configurationguide/featureconfig.rst b/docs/configurationguide/featureconfig.rst index b688cb4..20762ac 100644 --- a/docs/configurationguide/featureconfig.rst +++ b/docs/configurationguide/featureconfig.rst @@ -417,11 +417,12 @@ would be as shown as follows: # VM2 would have the following IPv6 address: # 2001:db8:0:2:f816:3eff:fe44:4444/64 -**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2`` port-security +**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2``, +``eth0-vRouter`` and ``eth1-vRouter`` port-security .. code-block:: bash - for port in eth0-VM1 eth0-VM2 + for port in eth0-VM1 eth0-VM2 eth0-vRouter eth1-vRouter do neutron port-update --no-security-groups $port neutron port-update $port --port-security-enabled=False @@ -1054,3 +1055,4 @@ Run some commands to verify that IPv6 addresses are configured on ``eth0`` inter If the above ping6 command succeeds, it implies that ``vRouter`` was able to successfully forward the IPv6 traffic to reach external ``ipv6-router``. + diff --git a/docs/configurationguide/index.rst b/docs/configurationguide/index.rst index 2405c54..1c23426 100644 --- a/docs/configurationguide/index.rst +++ b/docs/configurationguide/index.rst @@ -417,11 +417,12 @@ would be as shown as follows: # VM2 would have the following IPv6 address: # 2001:db8:0:2:f816:3eff:fe44:4444/64 -**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2`` port-security +**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2``, +``eth0-vRouter`` and ``eth1-vRouter`` port-security .. code-block:: bash - for port in eth0-VM1 eth0-VM2 + for port in eth0-VM1 eth0-VM2 eth0-vRouter eth1-vRouter do neutron port-update --no-security-groups $port neutron port-update $port --port-security-enabled=False diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst index 2405c54..1c23426 100644 --- a/docs/installationprocedure/feature.configuration.rst +++ b/docs/installationprocedure/feature.configuration.rst @@ -417,11 +417,12 @@ would be as shown as follows: # VM2 would have the following IPv6 address: # 2001:db8:0:2:f816:3eff:fe44:4444/64 -**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2`` port-security +**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2``, +``eth0-vRouter`` and ``eth1-vRouter`` port-security .. code-block:: bash - for port in eth0-VM1 eth0-VM2 + for port in eth0-VM1 eth0-VM2 eth0-vRouter eth1-vRouter do neutron port-update --no-security-groups $port neutron port-update $port --port-security-enabled=False |