diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-04-20 17:04:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-04-20 17:04:31 +0000 |
commit | 1b1cba1df9dbdd38ec44c7068e96e633871dc9b7 (patch) | |
tree | 6b571d7d8a44bf19cb4c4aeab8fbe97b0f6f3d57 /usr.sbin/ospfd/ospfd.h | |
parent | 97a68190c4791a956b4009ed9f1fa8d3db1d9a8b (diff) |
Simplify the defaults handling. This is long overdue and necessary to add
auth-type et al. to the main and area blocks. OK norby@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index e65019e5b04..a128365cd4f 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.54 2006/03/23 18:37:34 norby Exp $ */ +/* $OpenBSD: ospfd.h,v 1.55 2006/04/20 17:04:30 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -169,13 +169,7 @@ struct area { /* list addr_range_list; */ u_int32_t stub_default_cost; u_int32_t num_spf_calc; - u_int32_t dead_interval; int active; - u_int16_t transmit_delay; - u_int16_t hello_interval; - u_int16_t rxmt_interval; - u_int16_t metric; - u_int8_t priority; u_int8_t transit; u_int8_t stub; u_int8_t dirty; |