mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +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:
@@ -56,8 +56,8 @@
|
||||
#include "openvswitch/dynamic-string.h"
|
||||
#include "openvswitch/list.h"
|
||||
#include "openvswitch/match.h"
|
||||
#include "openvswitch/ofp-parse.h"
|
||||
#include "openvswitch/ofp-print.h"
|
||||
#include "openvswitch/ofp-util.h"
|
||||
#include "openvswitch/ofpbuf.h"
|
||||
#include "openvswitch/shash.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
|
Reference in New Issue
Block a user