summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-11 21:38:11 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-11 21:38:11 +0200
commit13cb667dc2c4131663e728bfc4bf3de465d52b20 (patch)
treeb81475679207a5da2475d6dc146b387931627c38 /proto.h
parent924d9c4e48ed2044efe712eac9cd170f4da4b447 (diff)
downloadnetifd-13cb667dc2c4131663e728bfc4bf3de465d52b20.tar.gz
add a protocol event for link loss
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 c1b97b2..b4a1d04 100644
--- a/proto.h
+++ b/proto.h
@@ -8,6 +8,7 @@ struct proto_handler;
enum interface_proto_event {
IFPEV_UP,
IFPEV_DOWN,
+ IFPEV_LINK_LOST,
};
enum interface_proto_cmd {