projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa6ebc
)
remove a few comments clarified in the design documentation
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Mar 2011 19:52:03 +0000
(21:52 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 28 Mar 2011 19:52:03 +0000
(21:52 +0200)
interface.h
patch
|
blob
|
history
diff --git
a/interface.h
b/interface.h
index afdeb186af09c2b950eae402b0b00f2fda0e4412..3a0b96f93cf236d8b946ca1fe1fe97e921e8e82e 100644
(file)
--- 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 */