diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-20 18:48:35 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | 5ad4c39ce4c465bbedf56102ff8a25fe23ef6d7d (patch) | |
| tree | 75321d083c8480602f0bbb4883ef6d2041e5f281 /ospfd/ospf_main.c | |
| parent | 247dcce2b5676abbd0109bdc2d74c36dff73609c (diff) | |
*: stop double initialization of ferr
* Stop double init of ferr
* Fixup bugs in zebra ferr
* Add missing init in ospfd
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 1a25e27d7a..c3f919ef1e 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -207,6 +207,9 @@ int main(int argc, char **argv) ospf_route_map_init(); ospf_opaque_init(); + /* OSPF errors init */ + ospf_error_init(); + /* Need to initialize the default ospf structure, so the interface mode commands can be duly processed if they are received before 'router ospf', |
