Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
6bc5ad88
Commit
6bc5ad88
authored
Oct 19, 2017
by
Thomas Markwalder
Browse files
[master] Fixed typo in dhcpd.8
parent
f54a146c
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/dhcpd.8
View file @
6bc5ad88
...
@@ -473,7 +473,8 @@ look something like this:
...
@@ -473,7 +473,8 @@ look something like this:
.sp 1
.sp 1
subnet 239.252.197.0 netmask 255.255.255.0 {
subnet 239.252.197.0 netmask 255.255.255.0 {
range 239.252.197.10 239.252.197.250;
range 239.252.197.10 239.252.197.250;
default-lease-time 600 max-lease-time 7200;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option subnet-mask 255.255.255.0;
option broadcast-address 239.252.197.255;
option broadcast-address 239.252.197.255;
option routers 239.252.197.1;
option routers 239.252.197.1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment