summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ospf6d: Fix a possible deref by null found in SADonald Sharp2018-02-141-12/+15
* | | Merge pull request #1742 from chiragshah6/mdevJafar Al-Gharaibeh2018-02-151-0/+4
|\ \ \ | |_|/ |/| |
| * | ospf6d: Fix distance commandChirag Shah2018-02-121-0/+4
* | | ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-1513-16/+187
| |/ |/|
* | *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-092-3/+1
|/
* ospf6d: Fix redist w/ route-map during restartChirag Shah2018-01-267-6/+89
* Merge pull request #1664 from chiragshah6/ospfv3_devRuss White2018-01-247-143/+266
|\
| * ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-237-143/+266
* | Merge pull request #1618 from donaldsharp/zebra_startup_orderingPhilippe Guibert2018-01-231-0/+3
|\ \ | |/ |/|
| * *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+3
* | Merge pull request #1566 from chiragshah6/ospfv3_devJafar Al-Gharaibeh2018-01-1811-16/+354
|\ \
| * | ospf6d: Fix External routes ECMPChirag Shah2018-01-0211-16/+354
| |/
* / ospf6d: Add protocol stats and show commandChirag Shah2018-01-163-2/+142
|/
* ospf6d: Fix ospf6 redist with route-mapChirag Shah2017-12-301-2/+13
* ospf6d: Don't assign to values that are never readDonald Sharp2017-12-141-5/+5
* ospf6d: Fix multi nexthop route removeChirag Shah2017-12-061-7/+19
* Merge pull request #1464 from chiragshah6/mdevRuss White2017-11-294-74/+181
|\
| * ospf6d: SPF consider all Router LSAsChirag Shah2017-11-174-74/+181
* | *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
|/
* ospf6d: Fix setting interface ipv6 ospf6 cost value (LSA hooks were never cal...Juergen Kammer2017-11-091-9/+14
* lib, ospf6d, ospfd, zebra: Add ZEBRA_STRDonald Sharp2017-10-251-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* ospf6d: Make 'struct zebra_privs_t' availableDonald Sharp2017-10-242-2/+2
* ospf6d: Divide LSupdate to keep size smallChirag Shah2017-10-202-9/+119
* ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah2017-10-172-32/+107
* Merge pull request #1300 from chiragshah6/mdevJafar Al-Gharaibeh2017-10-172-5/+5
|\
| * ospf6d: fix ospf6d crash during sigterm/shutdownChirag Shah2017-10-062-5/+5
* | Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-166-19/+22
|\ \
| * | *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-104-9/+9
| * | ospf6d: Add missing vrf lookupDonald Sharp2017-10-101-0/+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
| * | *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-104-17/+18
| * | lib: nuke the if_*_by_name_len() functionsRenato Westphal2017-10-101-1/+1
* | | ospf6d: Make ospf6_prefix have an empty v6 addr at endDonald Sharp2017-10-111-0/+1
|/ /
* | ospf6d: Fix snmp compile breakageDonald Sharp2017-10-091-1/+1
* | ospf6d: fix clang warningVincent JARDIN2017-10-081-2/+3
* | ospf6d: fix clang warning, NULL() callsVincent JARDIN2017-10-085-65/+109
|/
* *: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal2017-10-061-8/+8