summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|/
* *: use hooks for sending SNMP trapsDavid Lamparter2017-03-251-15/+7
* lib, ospfd: Refactor if_lookup_by_name_lenDonald Sharp2017-03-151-1/+2
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-4/+4
* Make route flags a 32bit fieldChristian Franke2016-09-231-5/+5
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-5/+5
* Make route flags a 32bit fieldChristian Franke2016-09-231-5/+5
* *: remove dead codeRenato Westphal2016-09-231-2/+0
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+21
* bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-9/+10
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-07-131-0/+4
|\
| * bfd: Fix for missing BFD client regs/deregs from quagga clientsradhika2016-06-211-0/+4
* | ospfd: add missing unlock for ospf_interface_address_delete()Joakim Tjernlund2016-05-261-0/+1
|/
* OSPF ANVL failures in 3.0Daniel Walton2016-05-141-2/+2
* zebra: Change interface handling so non-vrf aware protocols correctly handle ...Don Slice2016-04-221-4/+4
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+1
* ospfd: Fix MI redistributionDonald Sharp2016-03-011-1/+1