Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Cleanup.
  • Loading branch information
eborisch authored Jul 4, 2019
1 parent 5c7c132 commit a76e71c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,18 @@ You can optionally restrict handling to a set of defined names with:
```
ethname_names="external private"
```
otherwise all defined ethname_*_mac="" values are used
otherwise all defined `ethname_*_mac=""` values are used

Make sure any interfaces you want to rename have their drivers loaded or
compiled in. If externnal is on axe0, for example, add 'if_load_axe="YES"' to
compiled in. If externnal is on axe0, for example, add `if_load_axe="YES"` to
/boot/loader.conf. See the man page for your device (eg 'man axe') for
particulars.

That's it. Use ifconfig_<NAME>="" settings with the new names.
All other devices are untouched.

All other devices are untouched.

Optional rc.conf settings:
Optional rc.conf settings:
```
ethname_timeout : Maximum wait time for devices to appear. [default=30]
ethname_timeout : Maximum wait time for devices to appear. [default=30]
```

That's it. Use `ifconfig_<name>=""` settings in rc.conf with the new names.
Expand Down

0 comments on commit a76e71c

Please sign in to comment.