pktbuf: Move from 'ofproto' to 'lib'.
authorBen Pfaff <blp@ovn.org>
Fri, 15 Jan 2016 04:08:07 +0000 (20:08 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Jan 2016 17:50:27 +0000 (09:50 -0800)
commit730b985b03f79b5bd9c46edb8f1dc77a7db92547
treec309542b534a645584eeefc27bf2aa58bea1b744
parent99520767ca72b422d83c1357d8f876a7ed1bf0d2
pktbuf: Move from 'ofproto' to 'lib'.

An upcoming commit will use this library from ofp-util instead of ofproto.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
lib/automake.mk
lib/pktbuf.c [new file with mode: 0644]
lib/pktbuf.h [new file with mode: 0644]
ofproto/automake.mk
ofproto/pktbuf.c [deleted file]
ofproto/pktbuf.h [deleted file]