Skip to content

Commit

Permalink
Apply linter suggestions in syseng
Browse files Browse the repository at this point in the history
Reviewed By: vjt

Differential Revision: D51429259

fbshipit-source-id: 8b9d107dc464418a4acd6c14981e96c77bebdf7b
  • Loading branch information
pzmarzly authored and facebook-github-bot committed Nov 17, 2023
1 parent 659a186 commit c9f4bc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq

2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

Out of the box `dhcplb` supports loading DHCP server lists from text files and logging to stderr with `glog`.
Out of the box `dhcplb` supports loading DHCP server lists from text files and logging to stderr with `glog`.
All configuration files supplied to `dhcplb` (config, overrides and DHCP server files) are watched for changes using [`fsnotify`](https://github.com/fsnotify/fsnotify) and hot-reloaded without restarting the server.
Configuration is provided to the program via a JSON file

Expand Down
6 changes: 3 additions & 3 deletions vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ This will bring up the following VMs:
test things. It's DISCOVER/SOLICIT messages will be picked up by the
`dhcprelay` instance

You can ssh into VMs using `vagrant ssh ${vm_name}`. Destroy them with
You can ssh into VMs using `vagrant ssh ${vm_name}`. Destroy them with
`vagrant destrory ${vm_name}`. If you find bugs in the `chef` cookbooks or you
want to change something there you can test your `chef` changes using
want to change something there you can test your `chef` changes using
`vagrant provision ${vm_name}` on a running VM.

## Development cycle
Expand Down Expand Up @@ -148,6 +148,6 @@ The main config is in `/etc/dhcp/dhcpd.conf`.
Subnets are configured like this should you need to change them:

```
subnet 192.168.50.0 netmask 255.255.255.0 {}
subnet 192.168.50.0 netmask 255.255.255.0 {}
subnet 192.168.51.0 netmask 255.255.255.0 {range 192.168.51.220 192.168.51.230;}
```

0 comments on commit c9f4bc7

Please sign in to comment.