summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-28 21:52:03 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-03-28 21:52:03 +0200
commit7fff5dae53f1cdc9d9d5b181fc51ee9e26aa3256 (patch)
treeb2ae44434e88668b9cadf70710946e9e48c1a621 /interface.h
parentdfa6ebcb70aada70e4c0d6d2adf84513b313f2b1 (diff)
downloadnetifd-7fff5dae53f1cdc9d9d5b181fc51ee9e26aa3256.tar.gz
remove a few comments clarified in the design documentation
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/interface.h b/interface.h
index afdeb18..3a0b96f 100644
--- a/interface.h
+++ b/interface.h
@@ -35,13 +35,8 @@ struct interface {
char name[IFNAMSIZ];
- /* interface is up and running */
bool up;
-
- /* interface can be brought up */
bool active;
-
- /* interface will be brought up when available */
bool autostart;
/* main interface that the interface is bound to */