summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-27 21:09:47 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-27 21:09:47 +0200
commit24ccfe7d353ceb0ee4f8d4967604585de92fc9d0 (patch)
treedf587c64fb54681c1fb563104134e06f0e751d28 /proto.h
parent301cf1c6f2c2b155c476e1fb861eeaa19c533222 (diff)
downloadnetifd-24ccfe7d353ceb0ee4f8d4967604585de92fc9d0.tar.gz
proto-shell: handle the "available" config flag
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 57426bd..c401d6f 100644
--- a/proto.h
+++ b/proto.h
@@ -19,6 +19,7 @@ enum interface_proto_cmd {
enum {
PROTO_FLAG_IMMEDIATE = (1 << 0),
PROTO_FLAG_NODEV = (1 << 1),
+ PROTO_FLAG_INIT_AVAILABLE = (1 << 2),
};
struct interface_proto_state {