Revert "Added the Buffer-Id to packet-in." 60/10060/1
authorEd Warnicke <eaw@cisco.com>
Tue, 19 Aug 2014 11:17:33 +0000 (11:17 +0000)
committerEd Warnicke <eaw@cisco.com>
Tue, 19 Aug 2014 11:17:33 +0000 (11:17 +0000)
This reverts commit 41a6be9bc180cd81e24e5872ca0682e15b37a7f6.

This revert was because it *appears* this patch is breaking integration (not sure how yet).

Change-Id: I1daf9b240c8c31a17e8b4a3f7fc5d20186a6cd0e
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/md-sal/model/model-flow-service/src/main/yang/packet-processing.yang

index 022c623afd62d598dfd3d0897db5abf21c68e056..50368e46a6a3f100725ac2fa80f3bca4eb9dcec2 100644 (file)
@@ -16,10 +16,6 @@ module packet-processing {
         description "";
     }
 
-    typedef buffer-id {
-        type uint32;
-    }
-
     typedef connection-cookie {
         type uint32;
     }
@@ -63,11 +59,6 @@ module packet-processing {
     }
 
     notification packet-received {
-
-        leaf buffer-id {
-            type buffer-id;
-        }
-
        leaf connection-cookie {
                 type connection-cookie;
         }
@@ -105,7 +96,7 @@ module packet-processing {
                        type inv:node-connector-ref;
                }
             leaf buffer-id {
-                  type buffer-id;
+                  type uint32;
             }
 
                uses raw-packet;