Adapt ncclient examples to 18.07 ietf-nat model changes 79/14379/1
authorMarek Gradzki <mgradzki@cisco.com>
Tue, 21 Aug 2018 07:40:37 +0000 (09:40 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Tue, 21 Aug 2018 08:11:04 +0000 (10:11 +0200)
The ietf-nat model was updated by HC2VPP-226 and HC2VPP-367.

Change-Id: I1bf8bfdbc0a106c933a565b5f11032e802598fbb
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
examples/ncclient/acl/copy_config_acl.xml
examples/ncclient/acl/copy_config_acl_update.xml
examples/ncclient/acl/expected_config_acl.xml
examples/ncclient/acl/expected_config_acl_update.xml
examples/ncclient/nat/copy_config_nat.xml
examples/ncclient/nat/copy_config_nat_update.xml
examples/ncclient/nat/expected_config_nat.xml
examples/ncclient/nat/expected_config_nat_update.xml

index d2177d6..164fd5a 100644 (file)
@@ -6,13 +6,16 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <config>
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
                 <id>0</id>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
+                <policy>
+                    <id>0</id>
+                </policy>
+            </instance>
+        </instances>
+    </nat>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
index 1a30ece..5b99994 100644 (file)
@@ -6,13 +6,16 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <config>
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
                 <id>0</id>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
+                <policy>
+                    <id>0</id>
+                </policy>
+            </instance>
+        </instances>
+    </nat>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
index 735e0f4..024c1b3 100644 (file)
@@ -6,13 +6,16 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
                 <id>0</id>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
+                <policy>
+                    <id>0</id>
+                </policy>
+            </instance>
+        </instances>
+    </nat>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
@@ -72,8 +75,7 @@
                     <rule-name>imcp-v6-rule</rule-name>
                     <matches>
                         <vpp-ace-nodes xmlns="urn:opendaylight:params:xml:ns:yang:vpp:acl">
-                            <destination-ipv6-network>2001:0db8:0a0b:12f0:0000:0000:0000:0001/64
-                            </destination-ipv6-network>
+                            <destination-ipv6-network>2001:0db8:0a0b:12f0:0000:0000:0000:0001/64</destination-ipv6-network>
                             <source-ipv6-network>2001:0db8:0a0b:12f0:0000:0000:0000:0002/48</source-ipv6-network>
                             <icmp-v6-nodes>
                                 <icmp-type-range>
index 17f76ff..cc88ffc 100644 (file)
@@ -6,13 +6,16 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
                 <id>0</id>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
+                <policy>
+                    <id>0</id>
+                </policy>
+            </instance>
+        </instances>
+    </nat>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
index d1441b0..eb261f1 100644 (file)
@@ -6,45 +6,6 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <config>
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
-                <id>0</id>
-                <external-ip-address-pool>
-                    <pool-id>2</pool-id>
-                    <external-ip-pool>172.16.2.123/32</external-ip-pool>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>3</pool-id>
-                    <external-ip-pool>10.10.10.1/30</external-ip-pool>
-                    <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>1</pool-id>
-                    <external-ip-pool>172.16.2.0/30</external-ip-pool>
-                </external-ip-address-pool>
-                <mapping-table>
-                    <mapping-entry>
-                        <index>1</index>
-                        <external-src-address>10.1.1.3</external-src-address>
-                        <type>static</type>
-                        <transport-protocol>6</transport-protocol>
-                        <external-src-port>
-                            <single-port-number>5678</single-port-number>
-                        </external-src-port>
-                        <internal-src-port>
-                            <single-port-number>1234</single-port-number>
-                        </internal-src-port>
-                        <internal-src-address>2001:db8:85a3::8a2e:370:7334</internal-src-address>
-                    </mapping-entry>
-                </mapping-table>
-                <nat64-prefixes>
-                    <nat64-prefix-id>0</nat64-prefix-id>
-                    <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
-                </nat64-prefixes>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
             </nat>
         </interface>
     </interfaces>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
+                <id>0</id>
+                <policy>
+                    <id>0</id>
+                    <nat64-prefixes>
+                        <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
+                    </nat64-prefixes>
+                    <external-ip-address-pool>
+                        <pool-id>3</pool-id>
+                        <external-ip-pool>10.10.10.1/30</external-ip-pool>
+                        <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>2</pool-id>
+                        <external-ip-pool>172.16.2.123/32</external-ip-pool>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>1</pool-id>
+                        <external-ip-pool>172.16.2.0/30</external-ip-pool>
+                    </external-ip-address-pool>
+                </policy>
+                <mapping-table>
+                    <mapping-entry>
+                        <index>1</index>
+                        <type>static</type>
+                        <transport-protocol>6</transport-protocol>
+                        <external-src-address>10.1.1.3/32</external-src-address>
+                        <external-src-port>
+                            <start-port-number>5678</start-port-number>
+                        </external-src-port>
+                        <internal-src-address>2001:db8:85a3::8a2e:370:7334/128</internal-src-address>
+                        <internal-src-port>
+                            <start-port-number>1234</start-port-number>
+                        </internal-src-port>
+                    </mapping-entry>
+                </mapping-table>
+            </instance>
+        </instances>
+    </nat>
 </config>
index 6b346cf..7c8bd9b 100644 (file)
@@ -6,50 +6,6 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <config>
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
-                <id>0</id>
-                <external-ip-address-pool>
-                    <pool-id>2</pool-id>
-                    <external-ip-pool>172.15.2.123/32</external-ip-pool>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>3</pool-id>
-                    <external-ip-pool>10.10.10.1/30</external-ip-pool>
-                    <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>5</pool-id>
-                    <external-ip-pool>172.16.2.0/30</external-ip-pool>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>6</pool-id>
-                    <external-ip-pool>1.2.3.4/32</external-ip-pool>
-                    <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
-                </external-ip-address-pool>
-                <mapping-table>
-                    <mapping-entry>
-                        <index>1</index>
-                        <external-src-address>10.1.1.3</external-src-address>
-                        <type>static</type>
-                        <transport-protocol>6</transport-protocol>
-                        <external-src-port>
-                            <single-port-number>5678</single-port-number>
-                        </external-src-port>
-                        <internal-src-port>
-                            <single-port-number>1234</single-port-number>
-                        </internal-src-port>
-                        <internal-src-address>2001:db8:85a3::8a2e:370:7334</internal-src-address>
-                    </mapping-entry>
-                </mapping-table>
-                <nat64-prefixes>
-                    <nat64-prefix-id>0</nat64-prefix-id>
-                    <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
-                </nat64-prefixes>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
             <enabled>false</enabled>
         </interface>
         <interface>
-            <name>loop3</name>
+            <name>loop1</name>
             <description>for testing purposes</description>
             <type xmlns:x="urn:opendaylight:params:xml:ns:yang:v3po">x:loopback</type>
             <loopback xmlns="urn:opendaylight:params:xml:ns:yang:v3po">
-                <mac>03:ff:ff:ff:ff:ff</mac>
+                <mac>01:ff:ff:ff:ff:ff</mac>
             </loopback>
-            <nat xmlns="urn:opendaylight:params:xml:ns:yang:interface:nat">
-                <outbound>
-                    <post-routing>true</post-routing>
-                </outbound>
-            </nat>
         </interface>
         <interface>
             <name>loop2</name>
             </nat>
         </interface>
         <interface>
-            <name>loop1</name>
+            <name>loop3</name>
             <description>for testing purposes</description>
             <type xmlns:x="urn:opendaylight:params:xml:ns:yang:v3po">x:loopback</type>
             <loopback xmlns="urn:opendaylight:params:xml:ns:yang:v3po">
-                <mac>01:ff:ff:ff:ff:ff</mac>
+                <mac>03:ff:ff:ff:ff:ff</mac>
             </loopback>
+            <nat xmlns="urn:opendaylight:params:xml:ns:yang:interface:nat">
+                <outbound>
+                    <post-routing>true</post-routing>
+                </outbound>
+            </nat>
         </interface>
         <interface>
             <name>loop0</name>
             </loopback>
         </interface>
     </interfaces>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
+                <id>0</id>
+                <policy>
+                    <id>0</id>
+                    <nat64-prefixes>
+                        <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
+                    </nat64-prefixes>
+                    <external-ip-address-pool>
+                        <pool-id>6</pool-id>
+                        <external-ip-pool>1.2.3.4/32</external-ip-pool>
+                        <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>5</pool-id>
+                        <external-ip-pool>172.16.2.0/30</external-ip-pool>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>3</pool-id>
+                        <external-ip-pool>10.10.10.1/30</external-ip-pool>
+                        <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>2</pool-id>
+                        <external-ip-pool>172.15.2.123/32</external-ip-pool>
+                    </external-ip-address-pool>
+                </policy>
+                <mapping-table>
+                    <mapping-entry>
+                        <index>1</index>
+                        <type>static</type>
+                        <transport-protocol>6</transport-protocol>
+                        <external-src-address>10.1.1.3/32</external-src-address>
+                        <external-src-port>
+                            <start-port-number>5678</start-port-number>
+                        </external-src-port>
+                        <internal-src-address>2001:db8:85a3::8a2e:370:7334/128</internal-src-address>
+                        <internal-src-port>
+                            <start-port-number>1234</start-port-number>
+                        </internal-src-port>
+                    </mapping-entry>
+                </mapping-table>
+            </instance>
+        </instances>
+    </nat>
 </config>
index 35a51bc..eaf0802 100644 (file)
@@ -6,45 +6,6 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
-                <id>0</id>
-                <external-ip-address-pool>
-                    <pool-id>2</pool-id>
-                    <external-ip-pool>172.16.2.123/32</external-ip-pool>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>3</pool-id>
-                    <external-ip-pool>10.10.10.1/30</external-ip-pool>
-                    <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>1</pool-id>
-                    <external-ip-pool>172.16.2.0/30</external-ip-pool>
-                </external-ip-address-pool>
-                <mapping-table>
-                    <mapping-entry>
-                        <index>1</index>
-                        <external-src-address>10.1.1.3</external-src-address>
-                        <type>static</type>
-                        <transport-protocol>6</transport-protocol>
-                        <external-src-port>
-                            <single-port-number>5678</single-port-number>
-                        </external-src-port>
-                        <internal-src-port>
-                            <single-port-number>1234</single-port-number>
-                        </internal-src-port>
-                        <internal-src-address>2001:db8:85a3::8a2e:370:7334</internal-src-address>
-                    </mapping-entry>
-                </mapping-table>
-                <nat64-prefixes>
-                    <nat64-prefix-id>0</nat64-prefix-id>
-                    <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
-                </nat64-prefixes>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
             </nat>
         </interface>
     </interfaces>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
+                <id>0</id>
+                <policy>
+                    <id>0</id>
+                    <nat64-prefixes>
+                        <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
+                    </nat64-prefixes>
+                    <external-ip-address-pool>
+                        <pool-id>3</pool-id>
+                        <external-ip-pool>10.10.10.1/30</external-ip-pool>
+                        <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>2</pool-id>
+                        <external-ip-pool>172.16.2.123/32</external-ip-pool>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>1</pool-id>
+                        <external-ip-pool>172.16.2.0/30</external-ip-pool>
+                    </external-ip-address-pool>
+                </policy>
+                <mapping-table>
+                    <mapping-entry>
+                        <index>1</index>
+                        <type>static</type>
+                        <transport-protocol>6</transport-protocol>
+                        <external-src-address>10.1.1.3/32</external-src-address>
+                        <external-src-port>
+                            <start-port-number>5678</start-port-number>
+                        </external-src-port>
+                        <internal-src-address>2001:db8:85a3::8a2e:370:7334/128</internal-src-address>
+                        <internal-src-port>
+                            <start-port-number>1234</start-port-number>
+                        </internal-src-port>
+                    </mapping-entry>
+                </mapping-table>
+            </instance>
+        </instances>
+    </nat>
 </data>
index 41891e0..8aa9e64 100644 (file)
@@ -6,50 +6,6 @@
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
 <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
-    <nat-config xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
-        <nat-instances>
-            <nat-instance>
-                <id>0</id>
-                <external-ip-address-pool>
-                    <pool-id>6</pool-id>
-                    <external-ip-pool>1.2.3.4/32</external-ip-pool>
-                    <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>5</pool-id>
-                    <external-ip-pool>172.16.2.0/30</external-ip-pool>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>2</pool-id>
-                    <external-ip-pool>172.15.2.123/32</external-ip-pool>
-                </external-ip-address-pool>
-                <external-ip-address-pool>
-                    <pool-id>3</pool-id>
-                    <external-ip-pool>10.10.10.1/30</external-ip-pool>
-                    <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
-                </external-ip-address-pool>
-                <mapping-table>
-                    <mapping-entry>
-                        <index>1</index>
-                        <external-src-address>10.1.1.3</external-src-address>
-                        <type>static</type>
-                        <transport-protocol>6</transport-protocol>
-                        <external-src-port>
-                            <single-port-number>5678</single-port-number>
-                        </external-src-port>
-                        <internal-src-port>
-                            <single-port-number>1234</single-port-number>
-                        </internal-src-port>
-                        <internal-src-address>2001:db8:85a3::8a2e:370:7334</internal-src-address>
-                    </mapping-entry>
-                </mapping-table>
-                <nat64-prefixes>
-                    <nat64-prefix-id>0</nat64-prefix-id>
-                    <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
-                </nat64-prefixes>
-            </nat-instance>
-        </nat-instances>
-    </nat-config>
     <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
         <interface>
             <name>local0</name>
             </loopback>
         </interface>
     </interfaces>
+    <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat">
+        <instances>
+            <instance>
+                <id>0</id>
+                <policy>
+                    <id>0</id>
+                    <nat64-prefixes>
+                        <nat64-prefix>2001:db8:122:300::/56</nat64-prefix>
+                    </nat64-prefixes>
+                    <external-ip-address-pool>
+                        <pool-id>6</pool-id>
+                        <external-ip-pool>1.2.3.4/32</external-ip-pool>
+                        <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>5</pool-id>
+                        <external-ip-pool>172.16.2.0/30</external-ip-pool>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>3</pool-id>
+                        <external-ip-pool>10.10.10.1/30</external-ip-pool>
+                        <pool-type xmlns="urn:opendaylight:params:xml:ns:yang:vpp:nat">nat64</pool-type>
+                    </external-ip-address-pool>
+                    <external-ip-address-pool>
+                        <pool-id>2</pool-id>
+                        <external-ip-pool>172.15.2.123/32</external-ip-pool>
+                    </external-ip-address-pool>
+                </policy>
+                <mapping-table>
+                    <mapping-entry>
+                        <index>1</index>
+                        <type>static</type>
+                        <transport-protocol>6</transport-protocol>
+                        <external-src-address>10.1.1.3/32</external-src-address>
+                        <external-src-port>
+                            <start-port-number>5678</start-port-number>
+                        </external-src-port>
+                        <internal-src-address>2001:db8:85a3::8a2e:370:7334/128</internal-src-address>
+                        <internal-src-port>
+                            <start-port-number>1234</start-port-number>
+                        </internal-src-port>
+                    </mapping-entry>
+                </mapping-table>
+            </instance>
+        </instances>
+    </nat>
 </data>