Comment 8 for bug 1469296

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/23332
Committed: http://github.org/Juniper/contrail-controller/commit/d90ef478e9ab5c6f29a9439f12173bcc97266f81
Submitter: Zuul
Branch: R3.1

commit d90ef478e9ab5c6f29a9439f12173bcc97266f81
Author: sbalineni <email address hidden>
Date: Wed Aug 10 15:42:21 2016 -0700

[DM]: Generate allow overlapping subnets config

CLI : set groups __contrail__ services nat allow-overlapping-nat-pools
XML Config:
root@cmbu-lakewood# show services nat | display xml
<rpc-reply xmlns:junos="http://xml.juniper.net/junos/16.1I0/junos">
<configuration junos:changed-seconds="1470867780" junos:changed-localtime="2016-08-10 15:23:00 PDT">
<services>
<nat>
<allow-overlapping-nat-pools/>
</nat>
</services>
</configuration>
<cli>
<banner>[edit]</banner>
</cli>
</rpc-reply>

Change-Id: I026dc391d0536a34fd753bb41eefec876ea2b78f
Closes-Bug: #1469296