summaryrefslogtreecommitdiffstats
path: root/docs/configurationguide/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configurationguide/index.rst')
-rw-r--r--docs/configurationguide/index.rst5
1 files changed, 3 insertions, 2 deletions
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