We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54414d6 commit 636c0c6Copy full SHA for 636c0c6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# DHCP Python Changelog
2
3
+## 0.1.3 (Aug 19 2020)
4
+
5
+* Merges (PR #4)[https://github.com/vfrazao-ns1/dhcppython/pull/4] which extends option 82 support
6
7
## 0.1.2 (Jan 29 2020)
8
9
* Minor fixes and changes
README.md
@@ -1,6 +1,6 @@
# DHCP Python
-Version 0.1.2
+Version 0.1.3
A Python implementation of a DHCP client and the tools to manipulate DHCP packets. Includes:
dhcppython/options.py
@@ -1779,6 +1779,7 @@ class StreetTalkDirectoryAssistanceServer(IPArrayOption):
1779
code = 76
1780
key = "stda_servers"
1781
1782
1783
class RelayAgentInformation(StrOption):
1784
"""
1785
Option 82
0 commit comments