netflow: Move packet definitions to header file.
authorBen Pfaff <blp@nicira.com>
Mon, 19 Dec 2011 22:18:00 +0000 (14:18 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 19 Dec 2011 22:54:09 +0000 (14:54 -0800)
commit9c8e276ec3f4a3368ec1cb7f713543d46d8ad23a
tree13195265672c7f77a2f8b81508e9ea5c7fb3e35a
parent9da5b93abce74a41cce2bcba2d17c7b781123f7b
netflow: Move packet definitions to header file.

An upcoming commit will introduce code outside of ofproto/netflow.c that
works with NetFlow packets, so we need the protocol definitions in a common
location.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/netflow.h [new file with mode: 0644]
ofproto/netflow.c
ofproto/netflow.h