Merge "Revert "Added the Buffer-Id to packet-in.""
authorEd Warnicke <eaw@cisco.com>
Tue, 19 Aug 2014 13:39:19 +0000 (13:39 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 19 Aug 2014 13:39:19 +0000 (13:39 +0000)
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;