File: constants.py

package info (click to toggle)
python-openflow 2021.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,224 kB
  • sloc: python: 6,906; sh: 4; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
"""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