From a76e71c47db2ed313dd7502bb096d93ffce547dc Mon Sep 17 00:00:00 2001 From: "Eric A. Borisch" Date: Thu, 4 Jul 2019 11:24:29 -0500 Subject: [PATCH] Update README.md Cleanup. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4af3c78..248b111 100644 --- a/README.md +++ b/README.md @@ -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_="" 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_=""` settings in rc.conf with the new names.