mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
ofp-util, ofp-parse: Break up into many separate modules.
ofp-util had been far too large and monolithic for a long time. This commit breaks it up into units that make some logical sense. It also moves the pieces of ofp-parse that were specific to each unit into the relevant unit. Most of this commit is just moving code around. Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
#include "openvswitch/meta-flow.h"
|
||||
#include "openvswitch/ofp-actions.h"
|
||||
#include "openvswitch/ofp-errors.h"
|
||||
#include "openvswitch/ofp-util.h"
|
||||
#include "openvswitch/ofp-flow.h"
|
||||
#include "openvswitch/ofp-parse.h"
|
||||
#include "openvswitch/ofp-table.h"
|
||||
#include "openvswitch/ofpbuf.h"
|
||||
#include "vl-mff-map.h"
|
||||
#include "unaligned.h"
|
||||
|
Reference in New Issue
Block a user