net: bridge: add warning comments to avoid extending sysfs
[linux-2.6-microblaze.git] / net / bridge / br_sysfs_if.c
index 7a59cdd..96ff63c 100644 (file)
 
 #include "br_private.h"
 
+/* IMPORTANT: new bridge port options must be added with netlink support only
+ *            please do not add new sysfs entries
+ */
+
 struct brport_attribute {
        struct attribute        attr;
        ssize_t (*show)(struct net_bridge_port *, char *);