commit 30766b604418e49e827748a297b459398e98562c
Author: sin <[email protected]>
Date:   Fri Sep 26 14:29:50 2014 +0100

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

diff --git a/config.def.h b/config.def.h
index 68ccdca..ab7b0c9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -41,6 +41,9 @@ 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;


Reply via email to