diff options
author | Janki Chhatbar <jchhatba@redhat.com> | 2017-08-15 18:16:17 +0530 |
---|---|---|
committer | Janki Chhatbar <jchhatba@redhat.com> | 2017-09-06 11:17:09 +0000 |
commit | 4e8013ea4c29f6ff14a2fcb813ee6bf37db45a88 (patch) | |
tree | 123a72340b37981ab1b47332c6e2cd16c6a4ab75 /releasenotes/notes | |
parent | 0fd2fdaa9035d2af09b3eddd88b60c8f1a0e54f6 (diff) |
Add param to configure snat mechanism
Add a parameter to configure SNAT mechanism in OpenDayLight defaulting
to conntrack for OVS and defaulting to controller mechanism for OVS-DPDK
Change-Id: I48c6f07de55cb2574cc3a7e9653b812f875df726
Closes-Bug: #1710614
(cherry picked from commit 9a450a8e505b5d7ccef7e5e7675573da2a4cd42c)
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/configuring-snat-in-opendaylight-d5ed4d62275e1876.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/configuring-snat-in-opendaylight-d5ed4d62275e1876.yaml b/releasenotes/notes/configuring-snat-in-opendaylight-d5ed4d62275e1876.yaml new file mode 100644 index 00000000..31564e09 --- /dev/null +++ b/releasenotes/notes/configuring-snat-in-opendaylight-d5ed4d62275e1876.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Configure OpenDaylight SNAT to use conntrack mechanism with OVS and controller + based mechanism with OVS-DPDK. |