diff options
| author | Yang JianFeng <yjf1970231893@gmail.com> | 2020-08-31 11:39:48 +0000 |
|---|---|---|
| committer | yangjianfeng <yjf1970231893@gmail.com> | 2022-08-26 08:15:43 +0800 |
| commit | b36cd0f4c0416182ce69d71a4e99d89507d53e7f (patch) | |
| tree | 52faf7f0694c9896e35b170e9383148bc986a11f /doc/source/cli | |
| parent | 27b2496e03ceb95b56b3b1b68a57058fe90251b5 (diff) | |
| download | python-openstackclient-b36cd0f4c0416182ce69d71a4e99d89507d53e7f.tar.gz | |
Add router ndp proxy commands
Depends-on: https://review.opendev.org/749036
Change-Id: I77e12cc2dfe4000bd5ae6511878c6591f52d9791
Related-Bug: #1877301
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/command-objects/router-ndp-proxy.rst | 12 |
1 files changed, 12 insertions, 0 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 * |
