Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ofp-print: Move much of the printing code into message-specific files. | Ben Pfaff | 2018-03-14 | 1 | -0/+218 |
| | | | | | | | | | | | Until now, the ofp-print code has had a lot of logic specific to individual messages. This code is better put with the other code specific to those messages, so this commit starts to migrate it. There is more work of a similar type to do, but this is a reasonable start. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org> | ||||
* | Don't shadow global VLOG "rl" definition. | Justin Pettit | 2018-02-28 | 1 | -2/+2 |
| | | | | | Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org> | ||||
* | ofp-util, ofp-parse: Break up into many separate modules. | Ben Pfaff | 2018-02-13 | 1 | -0/+1628 |
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> |