From e3bc10fdc49266db827af4e4062e639862037eb6 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 2 Sep 2000 08:54:40 +0000 Subject: Added stub interface. (Interface which is propagated to OSPF but it does not sends nor listens packets.) I added some new options, please look at it and look into doc if it's OK. --- proto/ospf/ospf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 6a7c753b..dd63c4cc 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -103,6 +103,7 @@ struct ospf_iface { u32 bdrid; u8 type; /* OSPF view of type */ u8 strictnbma; /* Can I talk with unknown neighbors? */ + u8 stub; /* Inactive interface */ #define OSPF_IT_BCAST 0 #define OSPF_IT_NBMA 1 #define OSPF_IT_PTP 2 @@ -390,6 +391,7 @@ struct ospf_iface_patt { int type; int autype; int strictnbma; + int stub; #define AU_NONE 0 #define AU_SIMPLE 1 #define AU_CRYPT 2 -- cgit v1.2.3