summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospfd: fix ospf nssa commandChirag Shah2017-10-163-50/+111
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-165-40/+40
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-103-14/+13
| * *: 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-102-4/+1
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-103-30/+35
| * lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-103-6/+5
* | ospfd: Do not delete write_q 2 times eitherDonald Sharp2017-10-101-2/+0
* | ospfd: We should not be deleting ospf->oiflist 2 timesDonald Sharp2017-10-101-1/+0
* | ospfd: Fix ships in the night PR's and list_deleteDonald Sharp2017-10-101-2/+2
* | Merge pull request #1304 from chiragshah6/ospf_vrf_devRenato Westphal2017-10-102-1/+33
|\ \
| * | ospfd: OSPFv2 VRF abstact apiChirag Shah2017-10-101-44/+22
| * | ospfd: OSPFv2 VRF, vrf in show command outputChirag Shah2017-10-102-1/+55
| |/
* | Merge pull request #1316 from donaldsharp/high_stuffRenato Westphal2017-10-104-4/+14
|\ \
| * | ospfd: Fix leak of route_nodeDonald Sharp2017-10-101-0/+1
| * | ospfd: Fix leak of streamDonald Sharp2017-10-101-1/+3
| * | ospfd: Fix memory leakDonald Sharp2017-10-101-2/+6
| * | ospfd: Fix leak of FDDonald Sharp2017-10-101-1/+4
| |/
* / ospfd: Free memory associated with ospf instance startupDonald Sharp2017-10-101-0/+5
|/
* ospfd: fix clang warningVincent JARDIN2017-10-081-0/+1
* ospfd: fix clang warningVincent JARDIN2017-10-081-1/+1
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-055-11/+9
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-0512-50/+42
* ospfd: OSPFv2 VRF remove iflist from masterChirag Shah2017-10-034-5/+2
* ospfd: fix vrf bind sock non-linux systemChirag Shah2017-10-032-2/+18
* ospfd: Bind socket to vrf deviceChirag Shah2017-10-034-26/+78
* ospfd: OSPFv2 VRF fixesIChirag Shah2017-10-032-14/+30
* ospfd: OSPFv2 VRF Changes IIChirag Shah2017-10-038-447/+474
* ospfd: fix clang warning & ci-ospf testChirag Shah2017-10-032-9/+2
* ospfd: OSPFv2 VRF, fix CLAN SA warningChirag Shah2017-10-031-2/+6
* ospfd: OSPFv2 VRF SupportChirag Shah2017-10-0326-837/+1862
* Merge pull request #1278 from chiragshah6/ospf_vrf_devJafar Al-Gharaibeh2017-10-031-7/+14
|\
| * ospfd: Fix maxage_lsa lookup keyChirag Shah2017-10-021-7/+14
* | Merge pull request #1263 from vjardin6WIND/cleanupQuentin Young2017-10-032-11/+8
|\ \ | |/ |/|
| * ospf_packet: scan-build/clang clean upVincent JARDIN2017-10-021-7/+5
| * scan-build: cleanup some warningsVincent JARDIN2017-10-021-4/+3
* | ospfd: ospf use macro for authenticationChirag Shah2017-10-021-23/+12
* | ospfd: fix area virtual-link commandChirag Shah2017-10-011-12/+9
* | ospfd: ospf virtual-link fixChirag Shah2017-09-291-6/+1
* | ospfd: fix ospf virtual-link command optionsChirag Shah2017-09-281-120/+68
* | ospfd: fix virtual-link config commandChirag Shah2017-09-271-17/+14
|/
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-1/+3
* Merge pull request #1162 from opensourcerouting/clean_exitRuss White2017-09-131-0/+3
|\
| * *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+3
* | *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-1/+2
|/
* Merge pull request #1075 from donaldsharp/rip_metricDavid Lamparter2017-09-051-6/+15
|\
| * lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp2017-08-291-6/+15
* | Merge pull request #1058 from chiragshah6/mdevDavid Lamparter2017-09-053-0/+5
|\ \
| * | ospfd: fix route_node_getChirag Shah2017-08-283-0/+5
* | | Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-3/+3
|\ \ \