adding a mask for destination and source ip addresses 15/15515/2
authorPeter Gubka <pgubka@cisco.com>
Thu, 19 Feb 2015 22:20:46 +0000 (23:20 +0100)
committerPeter Gubka <pgubka@cisco.com>
Fri, 20 Feb 2015 10:41:18 +0000 (10:41 +0000)
- when using sal services to add the flows, http resposne 400 is
  returned with the message of not matching the regexp pattern
  where the mask is included
- this changes will not impact verify nor integration robot
  suites, because these files are not used there

Change-Id: I5fe4feeecc0ee4cdcdffc63ba9d0721a5c05a0a4
Signed-off-by: Peter Gubka <pgubka@cisco.com>
test/csit/variables/xmls/f207.xml
test/csit/variables/xmls/f208.xml
test/csit/variables/xmls/f210.xml
test/csit/variables/xmls/f211.xml
test/csit/variables/xmls/f34.xml
test/csit/variables/xmls/f35.xml

index a5b48c5ab4c4f26717a54dcba92305c75f076c73..4da1d73dc2deb4477b58f999bd55c8244c4bda57 100644 (file)
@@ -15,7 +15,7 @@
                 <action>
                     <order>0</order>
                     <set-field>
-                        <ipv6-source>1004:5608:900c:d000:f00d::200f</ipv6-source>
+                        <ipv6-source>1004:5608:900c:d000:f00d::200f/128</ipv6-source>
                     </set-field>
                 </action>
             </apply-actions>
@@ -40,4 +40,4 @@
         <tcp-source-port>183</tcp-source-port>
         <tcp-destination-port>8080</tcp-destination-port>
     </match>
-</flow>
\ No newline at end of file
+</flow>
index 72b8bf4da468a6527090c4134fcd28c262e2a87d..95804e898cc3dc91d258958c3eadd1e4fec6bcdb 100644 (file)
@@ -15,7 +15,7 @@
                 <action>
                     <order>0</order>
                     <set-field>
-                        <ipv6-destination>2160:2160:216::6431</ipv6-destination>
+                        <ipv6-destination>2160:2160:216::6431/128</ipv6-destination>
                     </set-field>
                 </action>
             </apply-actions>
@@ -40,4 +40,4 @@
         <tcp-source-port>183</tcp-source-port>
         <tcp-destination-port>8080</tcp-destination-port>
     </match>
-</flow>
\ No newline at end of file
+</flow>
index 702c6f0e79d05daa298c0959b632092687ed0c3d..390e1c38b008574822d9d7a224f8015b804aee2f 100644 (file)
@@ -15,7 +15,7 @@
                 <action>
                     <order>0</order>
                     <set-field>
-                        <ipv4-destination>10.2.3.4</ipv4-destination>
+                        <ipv4-destination>10.2.3.4/32</ipv4-destination>
                     </set-field>
                 </action>
             </apply-actions>
@@ -34,4 +34,4 @@
             <ip-ecn>1</ip-ecn>
         </ip-match>
     </match>
-</flow>
\ No newline at end of file
+</flow>
index 0d5fe35b966b205eed3820f14fa1b361c7783814..72372d541136a8bd84f933d3ca586dc1eb34011e 100644 (file)
@@ -15,7 +15,7 @@
                 <action>
                     <order>0</order>
                     <set-field>
-                       <ipv4-source>20.1.2.3</ipv4-source>
+                        <ipv4-source>20.1.2.3/32</ipv4-source>
                     </set-field>
                 </action>
             </apply-actions>
@@ -34,4 +34,4 @@
             <ip-ecn>1</ip-ecn>
         </ip-match>
     </match>
-</flow>
\ No newline at end of file
+</flow>
index f81c4cf9d2a073e1a66b60053eacf6248172fd61..b7dc39eaac86cac0949f403c91717130aed59c04 100644 (file)
@@ -8,7 +8,7 @@
                <action>
                   <order>0</order>
                   <set-field>
-                     <ipv4-destination>10.0.0.21</ipv4-destination>
+                     <ipv4-destination>10.0.0.21/32</ipv4-destination>
                   </set-field>
                </action>
             </apply-actions>
index 7a550e0ea576abe3b7c028c43fc309f1c20ae731..b603f4a3327abf24b6ee0ef0b897a5f946859863 100644 (file)
@@ -8,7 +8,7 @@
                 <action>
                     <order>0</order>
                     <set-field>
-                        <ipv4-source>10.0.23.21</ipv4-source>
+                        <ipv4-source>10.0.23.21/32</ipv4-source>
                     </set-field>
                 </action>
             </apply-actions>