diff options
author | Pat Ruddy <pat@voltanet.io> | 2021-03-12 11:56:28 +0100 |
---|---|---|
committer | Pat Ruddy <pat@voltanet.io> | 2021-06-18 10:40:42 +0200 |
commit | 3d9680313e663a6f906db9cf87b568cb25b62b9b (patch) | |
tree | f84c1401db091915fb9f0ca5538c6aef73032888 /ospf6d/ospf6_top.h | |
parent | ospf6d: add packet apis (diff) | |
download | frr-3d9680313e663a6f906db9cf87b568cb25b62b9b.tar.xz frr-3d9680313e663a6f906db9cf87b568cb25b62b9b.zip |
ospf6d: add hello messages to tx fifo
queue outgoing hello messages to the interface tx FIFO and schedule
the ospf_write task to deal with them.
Signed-off-by: Pat Ruddy <pat@voltanet.io>
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r-- | ospf6d/ospf6_top.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h index 1386ffd37..dfd689398 100644 --- a/ospf6d/ospf6_top.h +++ b/ospf6d/ospf6_top.h @@ -128,6 +128,7 @@ struct ospf6 { struct thread *maxage_remover; struct thread *t_distribute_update; /* Distirbute update timer. */ struct thread *t_ospf6_receive; /* OSPF6 receive timer */ +#define OSPF6_WRITE_INTERFACE_COUNT_DEFAULT 20 struct thread *t_write; uint32_t ref_bandwidth; |