summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: have daemons call frr_fini() at terminationMark Stapp2020-06-111-0/+1
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | OSPF: Multi instance brokenSantosh P K2020-02-051-0/+12
* | *: fix route map integrationRafael Zalamena2020-02-041-0/+2
|/
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: generously apply constDavid Lamparter2019-12-021-3/+5
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* ospfd: do not create default ospf instancePhilippe Guibert2019-08-271-10/+0
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* ospfd: fix symbol collisionDavid Lamparter2018-10-011-1/+1
* *: style for EC replacementsQuentin Young2018-09-131-1/+1
* ospfd: OSPF_[ERR|WARN] -> EC_OSPFQuentin Young2018-09-131-1/+1
* ospfd: Remove unused functionDonald Sharp2018-08-211-0/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* *: stop double initialization of ferrQuentin Young2018-08-141-0/+3
* ospfd: zlog_ferr facilityChirag Shah2018-08-141-1/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+2
* bgpd,ospfd: add sys_admin capabilitiesPhilippe Guibert2018-03-021-1/+1
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-1/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-139/+119
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* *: snmp: convert into modulesDavid Lamparter2017-03-251-3/+0
* ospfd: remove unused usage() functionDavid Lamparter2017-03-081-15/+0
* *: fix some option descriptions and make -e workDavid Lamparter2017-03-081-1/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-081-1/+1
* *: add frr_run()David Lamparter2017-03-081-10/+2
* *: add frr_config_fork()David Lamparter2017-03-081-90/+5
* *: centralize more into frr_init()David Lamparter2017-03-071-3/+0
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-100/+35
* ospfd: CID 1399387 (#1 of 2): Destination buffer too small (STRING_OVERFLOW)Martin Winter2017-02-101-1/+1
* ospfd: Fix Coverity Warning CID 1399480 (#1 of 1): Buffer not null terminated...Martin Winter2017-02-101-1/+1
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* ospfd: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-6/+45
* build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-2/+2
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-5/+5
* ospfd: Fix OSPF daemon pid file paramßingen2016-09-301-1/+2
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-1/+3
|\
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* | ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-08-161-2/+0
|/