Skip to content

Commit

Permalink
[dhcpv4] remove NewOffer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmazzini authored and insomniacslk committed Apr 28, 2021
1 parent f261692 commit 95b2ff6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dhcpv4/dhcpv4.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ func GenerateTransactionID() (TransactionID, error) {

// New creates a new DHCPv4 structure and fill it up with default values. It
// won't be a valid DHCPv4 message so you will need to adjust its fields.
// See also NewDiscovery, NewOffer, NewRequest, NewAcknowledge, NewInform and
// NewRelease .
// See also NewDiscovery, NewRequest, NewAcknowledge, NewInform and NewRelease.
func New(modifiers ...Modifier) (*DHCPv4, error) {
xid, err := GenerateTransactionID()
if err != nil {
Expand Down

0 comments on commit 95b2ff6

Please sign in to comment.