summaryrefslogtreecommitdiffstats
path: root/share/man/man5/ethers.5
blob: 09d5baac0b312de55cdf427ff2c803877770e89d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.\"	$OpenBSD: ethers.5,v 1.9 1999/05/23 14:11:05 aaron Exp $
.\"	$NetBSD: ethers.5,v 1.2 1994/11/30 19:31:16 jtc Exp $
.\"
.\"     Written by Roland McGrath <roland@frob.com>.  Public domain.
.\"
.Dd December 16, 1993
.Dt ETHERS 5
.Os
.Sh NAME
.Nm ethers
.Nd Ethernet host name data base
.Sh DESCRIPTION
The
.Nm
file maps Ethernet addresses to host names.
Lines consist of an address and a host name, separated by any number of blanks and/or tab characters.
A
.Dq #
indicates the beginning of a comment; characters up to the end of
the line are not interpreted by routines which search the file.
.Pp
Ethernet addresses are expressed as six hexadecimal numbers separated by
colons. The functions described in 
.Xr ethers 3
can read and produce this format.
.Pp
The
.Nm
file has support for YP functionality.
.Sh FILES
.Bl -tag -width /etc/ethers -compact
.It Pa /etc/ethers
.El
.Sh SEE ALSO
.Xr ethers 3 ,
.Xr diskless 8
.Sh BUGS
A name server should be used instead of a static file.
.Pp
Lines in
.Pa /etc/ethers
are limited to
.Dv BUFSIZE
characters (currently 1024).  Longer lines will be ignored.
.Sh HISTORY
The
.Nm
file format was adopted from SunOS and appeared in
NetBSD 0.9b.