summaryrefslogtreecommitdiff
path: root/build-aux/check-structs
Commit message (Expand)AuthorAgeFilesLines
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-1/+1
* Python3 compatibility: Convert print statementsJason Wessel2017-07-061-2/+2
* types: New struct eth_addr64 for EUI-64 identifiers.Ben Pfaff2017-04-071-0/+1
* check-structs: struct eth_addr has alignment 2, not 1.Ben Pfaff2017-04-061-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-0/+1
* include: Use #include <.*> in public headers.Thomas Graf2014-11-121-1/+1
* include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme2012-12-031-1/+1
* check-structs: Disallow uint<N>_t because ovs_be<N> should always be used.Ben Pfaff2012-04-021-3/+0
* Move content of openflow.h into openflow-1.0.h.Ben Pfaff2012-03-071-16/+35
* check-structs: Add check that OFP_ASSERT is checking the right structures.Ben Pfaff2011-10-041-1/+6
* openflow: Use types and accessors for half-aligned 64-bit fields.Ben Pfaff2011-02-051-0/+1
* python: Use os.path.basename instead of open-coding it.Ben Pfaff2011-01-121-4/+2
* Make the ovs_be<N> types generally available.Ben Pfaff2010-10-291-0/+3
* Add build checks for portable OpenFlow structure padding and alignment.Ben Pfaff2010-01-251-0/+267