summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp2018-08-145-13/+24
* Merge branch 'master' into bfd-finalDonald Sharp2018-08-145-25/+0
|\
| * Merge pull request #2830 from pacovn/Coverity_1221459_revertDavid Lamparter2018-08-131-1/+0
| |\
| | * ospf6d: revert fix for Coverity 1221459F. Aragon2018-08-131-1/+0
| * | *: ALLOC calls cannot failDonald Sharp2018-08-114-24/+0
| |/
* | bgpd/ospf(6)d/pimd: hide BFD commands with timersRafael Zalamena2018-08-081-1/+6
* | bgpd/ospf(6)d/pimd: don't show BFD timersRafael Zalamena2018-08-081-0/+4
|/
* lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit moreDonald Sharp2018-08-031-3/+0
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-7/+8
* ospf6d: remove VERSION_TYPE_DEV from CONFDATE checksLou Berger2018-07-101-2/+2
* Merge pull request #2562 from pacovn/Coverity_1221444_1221446_Out-of-bounds_readJafar Al-Gharaibeh2018-06-295-15/+24
|\
| * ospf6d: OoB read (Coverity 1221444 1221446)paco2018-06-295-15/+24
* | Merge pull request #2561 from pacovn/Coverity_1399231_Logically_dead_codeJafar Al-Gharaibeh2018-06-281-8/+10
|\ \
| * | ospf6d: dead code (Coverity 1399231)paco2018-06-281-8/+10
| |/
* / ospf6d: null check (Coverity 23024)paco2018-06-271-0/+5
|/
* ospf6d: null check (Coverity 1468510)paco2018-06-251-0/+2
* Merge pull request #2502 from pacovn/Coverity_1221459_Use_after_freeQuentin Young2018-06-211-0/+1
|\
| * spf6d: fix use after free (2) (Coverity 1221459)paco2018-06-211-0/+1
* | bgpd ospf6d: null check (Coverity 1221453 1461297)paco2018-06-201-4/+4
* | ospf6d: unchecked return value (Coverity 1221437)paco2018-06-151-2/+1
|/
* spf6d: fix use after free (Coverity 1221459)paco2018-06-081-2/+3
* bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp2018-06-081-1/+1
* build: append -std=gnu99 after SNMP_CFLAGSRenato Westphal2018-06-031-1/+1
* ospf6d: Fix inter area prefixChirag Shah2018-05-213-32/+270
* ospf6d: Fix ECMP for asbr external routesChirag Shah2018-05-172-58/+57
* ospf6d: Fix ABR brouter calculation corruptionChirag Shah2018-05-094-15/+50
* ospf6d: fix area border router duplicateChirag Shah2018-05-082-18/+43
* ospf6d: add newline to show debugging cmdChirag Shah2018-05-061-1/+1
* ospf6d: fix intra prefix ecmpChirag Shah2018-05-023-226/+250
* ospf6d: fix ospf6 asbr crashChirag Shah2018-04-211-18/+28
* ospf6d: assert nh list is non-nullQuentin Young2018-04-131-0/+1
* ospf6d: assert that we set a variableQuentin Young2018-04-131-0/+3
* ospf6d: remove ospf6_interface_if_delQuentin Young2018-04-133-30/+0
* ospf6d: router-id change to display msg to restartChirag Shah2018-04-131-2/+3
* ospf6d: ECMP for Intra Area Prefix routesChirag Shah2018-04-064-21/+447
* *: Only test CONFDATE when VERSION_TYPE_DEV definedLou Berger2018-04-031-2/+2
* ospf6d: fix loop in ABRsChirag Shah2018-03-293-7/+14
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-2732-435/+442
* ospf6d: retain inter area border router type-4Chirag Shah2018-03-223-7/+40
* ospf6d: Delete malloced on error pathDonald Sharp2018-03-211-0/+2
* Merge pull request #1825 from chiragshah6/ospfv3_devJafar Al-Gharaibeh2018-03-205-0/+43
|\
| * ospf6d: Intra-prefix LSA update after frr restartChirag Shah2018-03-085-0/+43
* | ospf6d: Stop debug messages happening in rare caseDonald Sharp2018-03-141-1/+2
* | Merge pull request #1814 from chiragshah6/mdevJafar Al-Gharaibeh2018-03-094-4/+46
|\ \ | |/ |/|
| * ospf6d: assign zebra router-id to ospf6 instanceChirag Shah2018-03-014-4/+46
* | *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-0617-364/+371
* | ospf6d: ECMP for external routesChirag Shah2018-03-014-56/+267
|/
* Merge pull request #1754 from chiragshah6/ospfv3_devJafar Al-Gharaibeh2018-02-155-6/+38
|\
| * ospf6d: router-id change notify to restart ospf6dChirag Shah2018-02-155-6/+38
* | Merge pull request #1752 from donaldsharp/coverity_1Jafar Al-Gharaibeh2018-02-151-12/+15
|\ \