Updating Flow for IPv4 prefix 52/13152/1
authorChristopher O'Shea <christopher.o.shea@ericsson.com>
Wed, 26 Nov 2014 19:41:28 +0000 (11:41 -0800)
committerChristopher O'Shea <christopher.o.shea@ericsson.com>
Wed, 26 Nov 2014 19:41:28 +0000 (11:41 -0800)
Change-Id: Id3fe902d47f875fddbc8560696d9d444f2522bab
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
test/csit/variables/xmls/f13.xml
test/csit/variables/xmls/f14.xml
test/csit/variables/xmls/f2.xml

index 4941ef03c44560aab656a4a88c0ec6b3c5328d3e..293e2453597a41e96fae7b8a58765c22a0b0e60a 100644 (file)
             </ethernet-source>
         </ethernet-match>
         <arp-op>1</arp-op>
-        <arp-source-transport-address>192.168.4.1</arp-source-transport-address>
-        <arp-target-transport-address>10.21.22.23</arp-target-transport-address>
+        <arp-source-transport-address>192.168.4.1/32</arp-source-transport-address>
+        <arp-target-transport-address>10.21.22.23/32</arp-target-transport-address>
     </match>
     <cookie>13</cookie>
     <flow-name>FooXf13</flow-name>
     <priority>13</priority>
     <barrier>false</barrier>
-</flow>
\ No newline at end of file
+</flow>
index 1200583283b4bf23ef525429b000bd291502b261..582de509ba96ba04432d9eedca6dd467c22490b5 100644 (file)
@@ -31,8 +31,8 @@
             </ethernet-source>
         </ethernet-match>
         <arp-op>1</arp-op>
-        <arp-source-transport-address>192.168.4.1</arp-source-transport-address>
-        <arp-target-transport-address>10.21.22.23</arp-target-transport-address>
+        <arp-source-transport-address>192.168.4.1/32</arp-source-transport-address>
+        <arp-target-transport-address>10.21.22.23/32</arp-target-transport-address>
         <arp-source-hardware-address>
             <address>12:34:56:78:98:AB</address>
         </arp-source-hardware-address>
@@ -44,4 +44,4 @@
     <flow-name>FooXf14</flow-name>
     <priority>14</priority>
     <barrier>false</barrier>
-</flow>
\ No newline at end of file
+</flow>
index c65bfcacf78c26c03f2d2aeedce1892faf14b885..110e6f32d5227f10d530ee9fcefcf9cdb7928b89 100644 (file)
                 <type>2048</type>
             </ethernet-type>
         </ethernet-match>
-        <ipv4-source>10.0.0.1</ipv4-source>
+        <ipv4-source>10.0.0.1/32</ipv4-source>
     </match>
     <cookie>2</cookie>
     <flow-name>FooXf2</flow-name>
     <priority>2</priority>
     <barrier>false</barrier>
-</flow>
\ No newline at end of file
+</flow>