diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man8/nameif.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man8/nameif.8')
-rw-r--r-- | upstream/archlinux/man8/nameif.8 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/upstream/archlinux/man8/nameif.8 b/upstream/archlinux/man8/nameif.8 new file mode 100644 index 00000000..195304db --- /dev/null +++ b/upstream/archlinux/man8/nameif.8 @@ -0,0 +1,35 @@ +.TH NAMEIF 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual" +.SH NAME +nameif \- name network interfaces based on MAC addresses +.SH SYNOPSIS +.B "nameif [\-c configfile] [\-s]" +.br +.B "nameif [\-c configfile] [\-s] {interface macaddress}" +.SH DESCRIPTION +.B nameif +renames network interfaces based on mac addresses. When no arguments are +given +.I /etc/mactab +is read. Each line of it contains an interface name and a Ethernet MAC +address. Comments are allowed starting with #. +Otherwise the interfaces specified on the command line are processed. +.I nameif +looks for the interface with the given MAC address and renames it to the +name given. + +When the +.I \-s +argument is given all error messages go to the syslog. + +When the +.I \-c +argument is given with a file name that file is read instead of /etc/mactab. + +.SH NOTES +.I nameif +should be run before the interface is up, otherwise it'll fail. + +.SH FILES +/etc/mactab +.SH BUGS +Only works for Ethernet currently. |