summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-01-28 09:01:54 -0500
committeranlan_cs <vic.lan@pica8.com>2022-01-28 20:11:40 -0500
commit4b939ad2308b100d09d061116a8fc7383a232272 (patch)
treeea7eb8a813be0e8132e2a003101fb3c3a9bad290 /ospfd/ospfd.h
parent74e8311eb32eead06e48887b345285cc66362365 (diff)
ospfd: adjust type of "aggr_delay_interval"
Adjust type of "aggr_delay_interval": Just replace `unsigned int` with `uint16_t` for range is (50..1800). Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r--ospfd/ospfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index 3369429eba..4f1b1493a6 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -377,7 +377,7 @@ struct ospf {
struct thread *t_external_aggr;
/* delay interval in seconds */
- unsigned int aggr_delay_interval;
+ uint16_t aggr_delay_interval;
/* Table of configured Aggregate addresses */
struct route_table *rt_aggr_tbl;