diff --git a/include/net/fib_notifier.h b/include/net/fib_notifier.h index 669b9716dc7a67c8c9048d70a97229546d8fc29b..54cd6b839d2f6659f2208e20608d577c6aee4061 100644 --- a/include/net/fib_notifier.h +++ b/include/net/fib_notifier.h @@ -20,6 +20,8 @@ enum fib_event_type { FIB_EVENT_RULE_DEL, FIB_EVENT_NH_ADD, FIB_EVENT_NH_DEL, + FIB_EVENT_VIF_ADD, + FIB_EVENT_VIF_DEL, }; struct fib_notifier_ops {