Skip to content

Commit

Permalink
dhcpd: fix dhcpv6 status json
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Feb 15, 2021
1 parent e272e19 commit 3c964f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dhcpd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type V6ServerConf struct {

// The first IP address for dynamic leases
// The last allowed IP address ends with 0xff byte
RangeStart net.IP `yaml:"range_start"`
RangeStart net.IP `yaml:"range_start" json:"range_start"`

LeaseDuration uint32 `yaml:"lease_duration" json:"lease_duration"` // in seconds

Expand Down

0 comments on commit 3c964f8

Please sign in to comment.