smdev

suckless mdev
git clone git://git.2f30.org/smdev
Log | Files | Refs | README | LICENSE

commit 4cda1debc9cda103a9df3084932aa308d7d69b66
parent 9f37289e8901feda5d7f4d82b24b2bd6a0fab379
Author: sin <sin@2f30.org>
Date:   Fri, 26 Sep 2014 14:29:50 +0100

Add comment in config.def.h about renaming network interfaces

Diffstat:
Mconfig.def.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -41,6 +41,10 @@ struct rule { { ".*", "root", "root", 0660, NULL, NULL }, }; +/* Fill into this table if you want to rename the network interface + * identified by `mac' to `name'. By default no such renaming takes + * place. + */ struct mac2name { unsigned char mac[6]; const char *name;