summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
authorpaul <paul>2005-11-14 11:11:11 +0000
committerpaul <paul>2005-11-14 11:11:11 +0000
commit31a5976bb99f1875ebcfc29a6359f3a7ae81a795 (patch)
tree2c15efa99bd7d150ed505ada900d66258b48bb8a /ospfd/ospfd.h
parent6fe70d1b35c189cb1e488b2c26551ba7baac6148 (diff)
[ospfd] misc small fixes. Fix default stub router setting. no opaque compile.
2005-11-14 Paul Jakma <paul.jakma@sun.com> * ospfd.c: (ospf_new) stub-shutdown should just default to unconfigured, too strange otherwise. (ospf_finish_final) t_opaque_lsa_self TIMER_OFF should be preprocessor conditional on HAVE_OPAQUE_LSA. * ospfd.h: (struct ospf) remove the SHUTDOWN_DEFAULT define. no longer used, plus it wasn't in range that the command accepted. * ospf_zebra.h: Depends on vty.h, include it.
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r--ospfd/ospfd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index ed66ebf7..ff27a327 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -198,7 +198,6 @@ struct ospf
unsigned int stub_router_startup_time; /* seconds */
unsigned int stub_router_shutdown_time; /* seconds */
#define OSPF_STUB_ROUTER_UNCONFIGURED 0
-#define OSPF_STUB_ROUTER_SHUTDOWN_DEFAULT 2
/* SPF parameters */
unsigned int spf_delay; /* SPF delay time. */