summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3077 from rgirada/ospf_2980_fixOlivier Dugeon2018-10-091-28/+105
|\
| * ospfd: issue with the "default-information originate always" command #2980rgirada2018-10-091-28/+105
* | *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
|/
* Merge pull request #2978 from ton31337/fix/default_originate_after_second_enterDavid Lamparter2018-09-211-17/+3
|\
| * osfpd: Install default route after second try instantlyDonatas Abraitis2018-09-201-17/+3
* | Merge pull request #3006 from pacovn/static_analysis__shadow_variables1Donald Sharp2018-09-131-2/+0
|\ \
| * | bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-2/+0
| |/
* / ospfd: Cleanup some warnings that were not warningsDonald Sharp2018-09-061-4/+0
|/
* ospfd: interface speed change during intf addChirag Shah2018-08-251-5/+11
* ospfd: null check (Coverity 1399284)paco2018-06-251-0/+10
* ospfd: use prefix2str in debugs in zebra moduleMark Stapp2018-04-231-23/+29
* ospfd: remove interface param npdQuentin Young2018-04-131-1/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-21/+24
* ospfd: debug detail for redistributeG. Paul Ziemba2018-03-091-2/+8
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-48/+60
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-4/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+4
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* ospfd: Make external routes in ospf VRF awareChirag Shah2017-11-211-22/+26
* ospfd: VRF aware Router-ID updateChirag Shah2017-11-061-7/+7
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-3/+2
|\
| * *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
| * *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
| * lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-2/+1
* | ospfd: Fix memory leakDonald Sharp2017-10-101-2/+6
|/
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-4/+2
* ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-031-2/+8
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-031-151/+252
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-1/+3
* *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-13/+6
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-47/+18
* ospfd: use the new API to send routes to zebraRenato Westphal2017-08-231-157/+62
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-32/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-209/+208
* ospfd: Fix conflict router-id, memory leaksChirag Shah2017-08-111-0/+1
* ospf6d: adjust changes per PR 870 reviewChirag Shah2017-07-311-0/+3
* ospfd: Fix memory leaksChirag Shah2017-07-271-2/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1282/+1225
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-3/+3
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-3/+3
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-3/+3
|/
* *: use vty_outlnQuentin Young2017-06-291-3/+3
* Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-291-9/+3
|\
| * ospfd: correct typo in zebra traceChirag Shah2017-06-141-1/+1
| * ospfd: ospf bandwidth handlingChirag Shah2017-06-121-1/+1
| * ospfd: ospf bandwidth handlingChirag Shah2017-06-121-9/+3
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* | *: update thread_add_* callsQuentin Young2017-05-091-3/+3
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-3/+3
|/