summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/command-objects/router-ndp-proxy.rst12
-rw-r--r--doc/source/cli/data/nova.csv2
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/router-ndp-proxy.rst b/doc/source/cli/command-objects/router-ndp-proxy.rst
new file mode 100644
index 00000000..26c71726
--- /dev/null
+++ b/doc/source/cli/command-objects/router-ndp-proxy.rst
@@ -0,0 +1,12 @@
+=================
+router ndp proxy
+=================
+
+An **NDP proxy** publishes a internal IPv6 address to public network. With the
+**NDP proxy**, the IPv6 address can be accessed from external. It is similar
+to **Floating IP** of IPv4 in functionality.
+
+Network v2
+
+.. autoprogram-cliff:: openstack.network.v2
+ :command: router ndp proxy *
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv
index 0ab2b2fe..46459163 100644
--- a/doc/source/cli/data/nova.csv
+++ b/doc/source/cli/data/nova.csv
@@ -47,7 +47,7 @@ hypervisor-stats,hypervisor stats show,Get hypervisor statistics over all comput
hypervisor-uptime,,Display the uptime of the specified hypervisor.
image-create,server image create,Create a new image by taking a snapshot of a running server.
instance-action,server event show,Show an action.
-instance-action-list,,List actions on a server.
+instance-action-list,server event list,List actions on a server.
instance-usage-audit-log,,List/Get server usage audits.
interface-attach,server add port / server add floating ip / server add fixed ip,Attach a network interface to a server.
interface-detach,server remove port,Detach a network interface from a server.