diff --git a/README.md b/README.md index c3c7f80..eb2068b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ pypureomapi pypureomapi is a Python implementation of the DHCP OMAPI protocol used in the most popular Linux DHCP server from ISC. It can be used to query and modify leases and other objects exported by an ISC DHCP server. The interaction can be authenticated using HMAC-MD5. Besides basic ready to use operations, custom interaction can be implemented with limited effort. -It can be used as a drop-in replacement for pyomapic, but provides error checking and extensibility beyond pyomapic. +It provides error checking and extensibility. ## Server side configugration for ISC DHCP3 diff --git a/debian/control b/debian/control index 7fdbbac..b353ff2 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Description: ISC DHCP OMAPI protocol implementation in Python3 used in the most popular Linux DHCP server from ISC. It can be used to query and modify leases and other objects exported by an ISC DHCP server. - The interaction can be authenticated using HMAC-MD5. Besides basic + The interaction can be authenticated using HMAC-MD5. Besides basic ready to use operations, custom interaction can be implemented with - limited effort. It can be used as a drop-in replacement for pyomapic, - but provides error checking and extensibility beyond pyomapic. + limited effort. It provides error checking and extensibility.