diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-27 21:09:47 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-27 21:09:47 +0200 |
commit | 24ccfe7d353ceb0ee4f8d4967604585de92fc9d0 (patch) | |
tree | df587c64fb54681c1fb563104134e06f0e751d28 /proto.h | |
parent | 301cf1c6f2c2b155c476e1fb861eeaa19c533222 (diff) |
proto-shell: handle the "available" config flag
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |