summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-3/+3
| | | | | Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>
* ofp-print: Move significant formatting code into more specific .c files.Ben Pfaff2018-06-181-6/+12
| | | | | Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+89
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>