From ca7769881ffb700c86b606ead5f4177df3c0b2a1 Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 12 Jun 2004 14:33:05 +0000 Subject: OK, here it is - irdp support. But don't expect me to fix any bugs in it. --- zebra/interface.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zebra/interface.h') diff --git a/zebra/interface.h b/zebra/interface.h index 3ab624f2..c1f9f71c 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -19,6 +19,10 @@ * 02111-1307, USA. */ +#ifdef HAVE_IRDP +#include "zebra/irdp.h" +#endif + /* For interface multicast configuration. */ #define IF_ZEBRA_MULTICAST_UNSPEC 0 #define IF_ZEBRA_MULTICAST_ON 1 @@ -153,6 +157,11 @@ struct zebra_if #ifdef RTADV struct rtadvconf rtadv; #endif /* RTADV */ + +#ifdef HAVE_IRDP + struct irdp_interface irdp; +#endif + }; void if_delete_update (struct interface *ifp); -- cgit v1.2.3