summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */