summaryrefslogtreecommitdiff
path: root/interface-event.c
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-06-29 05:23:14 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-07-05 02:45:20 +0200
commit57f87ad89b38d1ea574c39a2d720747120dcc5fb (patch)
treed1a8265d7180b26177466a975ed8413023e0bbef /interface-event.c
parent03785fb09734be05a721318d2b5378ae1656f64c (diff)
downloadnetifd-57f87ad89b38d1ea574c39a2d720747120dcc5fb.tar.gz
Introduce new interface event "create" (IFEV_CREATE)
"create" will be called before the proto handlers initialised. Acked-by: Hans Dedecker <dedeckeh@gmail.com> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'interface-event.c')
-rw-r--r--interface-event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-event.c b/interface-event.c
index 86e8f54..a40f6dc 100644
--- a/interface-event.c
+++ b/interface-event.c
@@ -38,6 +38,7 @@ static const char * const eventnames[] = {
[IFEV_FREE] = "free",
[IFEV_RELOAD] = "reload",
[IFEV_LINK_UP] = "iflink",
+ [IFEV_CREATE] = "create",
};
static void