View | Details | Raw Unified | Return to bug 19184
Collapse All | Expand All

(-)a/etcnet/docs/etcnet.8 (-2 / +1 lines)
Lines 25-31 ip rules startup table ('ip \-4 rule add' args) Link Here
25
.IP /etc/net/vlantab
25
.IP /etc/net/vlantab
26
VLAN mass\-configuration table. If you need to configure lots of simple VLAN interfaces, this is the right place. See VLANTAB SYNTAX for details.
26
VLAN mass\-configuration table. If you need to configure lots of simple VLAN interfaces, this is the right place. See VLANTAB SYNTAX for details.
27
.IP /etc/net/iftab
27
.IP /etc/net/iftab
28
Interface mappings table, optional, but strictly advised to have. This file is used by ifrename. iftab file format is described in iftab manpage. Please note that we don't use /etc/iftab, but keep our own /etc/net/iftab. This difference allows to keep /etc/net\-specific filenames with profile and host suffixes under a single directory without creating additional mess in /etc. Additionally it prevents the system from accidental interface name change after ifrename invocation.
28
Interface mappings table, optional, but strictly advised to have. iftab file format is described in iftab manpage. Please note that /etc/iftab is a separate entity, processed by the ifrename ran by udev. /etc/net/iftab works properly with etcnet profiles and host suffixes, but it's not possible to rename interface using /etc/net/iftab if it the target name is already occupied. Additionally it prevents the system from accidental interface name change after ifrename invocation. Hence, in simple configurations it's easier to use /etc/iftab (e.g. for assigning permanent eth0/eth1/... interfaces), and in complex environments it is advisable to use /etc/net/iftab and custom interface names.
29
.IP /etc/net/hosttab
29
.IP /etc/net/hosttab
30
This optional file can be used during MULTIHOST CONFIGURATION.
30
This optional file can be used during MULTIHOST CONFIGURATION.
31
.IP /etc/net/ifup\-pre
31
.IP /etc/net/ifup\-pre
32
- 

Return to bug 19184