File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ Contributors
15
15
- Raphael Cobe <rmcobe AT ncc DOT unesp DOT br>
16
16
- Artur Baruchi <abaruchi AT ncc DOT unesp DOT br>
17
17
- Erick Vermot <erick.vermot AT gmail DOT com>
18
+ - Humberto Diógenes <hdiogenes AT gmail DOT com>
Original file line number Diff line number Diff line change 23
23
Security
24
24
========
25
25
26
+ [2018.2b3] - "ernesto" beta3 - 2018-11-14
27
+ ***************************************
28
+
29
+ Added
30
+ =====
31
+ - [v0x04] Added support for OFP_ERROR codes with the get_class method
32
+ - Better debugging: added repr's for GenericMessage, Header and SwitchConfig
33
+
34
+ Fixed
35
+ =====
36
+ - [v0x01] Fixed OFPT_GET_CONFIG_REPLY message type
37
+
38
+
26
39
[2018.2b2] - "ernesto" beta2 - 2018-10-15
27
40
***************************************
28
41
Added
Original file line number Diff line number Diff line change 68
68
version = u'2018.1'
69
69
show_version = False
70
70
# The full version, including alpha/beta/rc tags.
71
- release = u'2018.2b2 '
71
+ release = u'2018.2b3 '
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
This package is a library that parses and creates OpenFlow Messages.
4
4
It contains all implemented versions of OpenFlow protocol
5
5
"""
6
- __version__ = '2018.2b2 '
6
+ __version__ = '2018.2b3 '
You can’t perform that action at this time.
0 commit comments