summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.h b/interface.h
index 73a3b55..5b89b17 100644
--- a/interface.h
+++ b/interface.h
@@ -26,6 +26,7 @@ enum interface_event {
IFEV_UPDATE,
IFEV_FREE,
IFEV_RELOAD,
+ IFEV_LINK_UP,
};
enum interface_state {
@@ -113,6 +114,7 @@ struct interface {
bool force_link;
bool dynamic;
bool policy_rules_set;
+ bool link_up_event;
time_t start_time;
enum interface_state state;