"""Here we have the constants related to v0x01 version."""
OFP_VERSION = 0x01

#: This value represents the constant -1. This value is used when no buffer is
#: specified
NO_BUFFER = 2**32-1
