Skip to content

Commit

Permalink
Fix description removing pyomapic reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Feb 2, 2020
1 parent bbfd998 commit a1a748a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a1a748a

Please sign in to comment.