summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-20 22:47:19 +0000
committerGerrit Code Review <review@openstack.org>2022-07-20 22:47:19 +0000
commit3ffbf831cf6f2390615597ddbbe34a484e596667 (patch)
treef2539dd8f7235459f49d83617c76b5173bbe56e1 /releasenotes
parentaec23e666453a5a146237d91ae924628506fc5ca (diff)
parent9dd06e9c4424c7201cb65420f73309c545349055 (diff)
downloadneutron-3ffbf831cf6f2390615597ddbbe34a484e596667.tar.gz
Merge "Forbid create ndp proxy on same router with same ip address"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/forbid-duplicate-ndp-proxy-entry-28040bc2afb3c1c7.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/forbid-duplicate-ndp-proxy-entry-28040bc2afb3c1c7.yaml b/releasenotes/notes/forbid-duplicate-ndp-proxy-entry-28040bc2afb3c1c7.yaml
new file mode 100644
index 0000000000..a3ff5dde94
--- /dev/null
+++ b/releasenotes/notes/forbid-duplicate-ndp-proxy-entry-28040bc2afb3c1c7.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Forbid the creation of a duplicate NDP proxy entry on the same router,
+ since the IP address of a router is unique and an IPv6 address only needs
+ one NDP proxy.