commit | 822d8f55199c0aee32c64f91532f637694d30e11 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Dec 04 11:11:41 2012 -0800 |
committer | Scott Feldman <sfeldma@cumulusnetworks.com> | Mon Jan 07 09:59:46 2013 -0800 |
tree | db881758131d63c95b0bca943ba52e2b33228236 | |
parent | 2345a2221aa0a02b96846beab6088815f41e791b [diff] |
ospf: fix apiserver enable The ospf_apiserver_enable flag was being cleared _after_ the "-a" command-line option set it to 1. Move up the initialisation, so enabling the OSPF API is actually possible. Reported-by: Rosario Mattera <rosmattera@gmail.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>