From 620a355a15d65a8a2980f98b2de3e7d04c3dab62 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 Jun 1998 20:30:11 +0000 Subject: Now sending IF_CHANGE_CREATE when a new interface appears and IF_CHANGE_UP only if it's really up. --- nest/iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/iface.h') diff --git a/nest/iface.h b/nest/iface.h index c3594493..b1984b39 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -44,6 +44,7 @@ struct iface { #define IF_CHANGE_DOWN 2 #define IF_CHANGE_FLAGS 4 /* Can be converted to down/up internally */ #define IF_CHANGE_MTU 8 +#define IF_CHANGE_CREATE 16 /* Seen this interface for the first time */ void if_init(void); void if_dump(struct iface *); -- cgit v1.2.3