Add comment in config.def.h about renaming network interfaces - smdev - suckless mdev
HTML git clone git://git.suckless.org/smdev
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 954d75c739bdd1d4862b676a900c74cca43662fe
DIR parent dc6e28514e67731f1e4ed6bda8f411f2fcd0ac5d
HTML 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:
M config.def.h | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
DIR 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;