diff options
| author | Roy Marples <roy@marples.name> | 2008-09-17 10:32:34 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-17 10:32:34 +0000 |
| commit | 065125d478bfa3d0814c8a67fa0bad5fd442270b (patch) | |
| tree | 85df5125e03861e99eb038834b68641b9c6434af /dhcpcd.conf.5.in | |
| parent | b2173751b6eb4d404b1f157da310d6fc3b86ef49 (diff) | |
| download | dhcpcd-065125d478bfa3d0814c8a67fa0bad5fd442270b.tar.xz | |
Document metrics better.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 19676c19..35c48787 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 16, 2008 +.Dd September 17, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -98,6 +98,12 @@ Subsequent options are only parsed for this .It Ic leasetime Ar seconds Request a leasetime of .Ar seconds . +.It Ic metric Ar metric +Metrics are used to prefer an interface over another one, lowest wins. +.Nm dhcpcd +will supply a default metic of 200 + +.Xr if_nametoindex 3 . +An extra 100 will be added for wireless interfaces. .It Ic noarp Don't send any ARP requests. This also disables IPv4LL. @@ -173,6 +179,7 @@ If not set then none is sent. .Sh SEE ALSO .Xr dhcpcd-run-hooks 8 , .Xr dhcpcd 8 , +.Xr if_nametoindex 3 , .Xr fnmatch 3 .Sh AUTHORS .An Roy Marples <roy@marples.name> |
