commit 954d75c739bdd1d4862b676a900c74cca43662fe
parent dc6e28514e67731f1e4ed6bda8f411f2fcd0ac5d
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:
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;