summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ospf6d: compute interface cost from its bandwidthVincent Bernat2014-03-215-18/+92
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-212-0/+8
* Merge volatile/cumulus_ospf6dDavid Lamparter2014-03-1835-722/+2063
|\
| * ospf6d: fix interface_down() stopping hellosDavid Lamparter2014-03-181-1/+4
| * ospf6d: clear lsa->refresh before clearing LSAsDavid Lamparter2014-03-182-0/+3
| * ospf6d: handle missing link local address more gracefullyChristian Franke2014-03-182-6/+22
| * ospf6d: improve ordered shutdownChristian Franke2014-03-189-35/+94
| * ospf6d: clear DR info on interface_downChristian Franke2013-11-201-0/+4
| * ospf6d: set cmsg size correctlyChristian Franke2013-11-201-1/+1
| * ospf6d: don't run DR election early on "ipv6 ospf6 priority"Christian Franke2013-11-201-1/+4
| * ospf6d: fix integrated configDinesh Dutt2013-11-201-0/+8
| * ospf6d: add SPF logs, statistics, and display of SPF parametersDinesh Dutt2013-11-078-11/+180
| * ospf6d: add 'log-adjacency-changes [detail]'Dinesh Dutt2013-11-074-16/+157
| * ospf6d: don't send LSAck on an interface if we've flooded the LSU out that i/fDinesh Dutt2013-11-071-13/+8
| * ospf6d: handle Prefix and Router Options bits correctlyDinesh Dutt2013-11-073-4/+40
| * ospf6d: add LSA payload to show summary outputDinesh Dutt2013-11-075-38/+356
| * ospf6d: increment dbdesc seqnum on SeqNumberMismatch/BadLsReq eventDinesh Dutt2013-11-071-0/+4
| * ospf6d: don't change SeqNum on initial DbDesc messageDinesh Dutt2013-11-071-1/+2
| * ospf6d: handle seqnum wrappingDinesh Dutt2013-11-073-1/+34
| * ospf6d: add overload supportDinesh Dutt2013-11-076-2/+165
| * ospf6d: fix linkdown handlingDinesh Dutt2013-11-071-3/+3
| * ospf6d: correct nexthop through directly connected networksDinesh Dutt2013-11-073-3/+45
| * ospf6d: don't suppress empty router LSADinesh Dutt2013-11-071-29/+20
| * ospf6d: turn off expensive debuggingDinesh Dutt2013-11-072-5/+5
| * ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-075-111/+78
| * ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance)Dinesh Dutt2013-11-074-44/+88
| * ospf6d: add p2p interface supportDinesh Dutt2013-11-078-100/+270
| * ospf6d: fix various bugs in installing and flooding LSAsDinesh Dutt2013-11-072-13/+10
| * ospf6d: add more details to show ipv6 ospf6 dataDinesh Dutt2013-11-071-0/+5
| * ospf6d: enable the commands to support detailed debugging of LSAs.Dinesh Dutt2013-11-071-146/+31
| * ospf6d: remove older version of LSA from neigbor retx list before prematurely...Dinesh Dutt2013-11-071-0/+23
| * ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-076-25/+51
| * ospf6d: schedule SPF to run on events rather than directly on each event.Dinesh Dutt2013-11-077-23/+245
| * ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-2216-107/+120
* | security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-115-4/+8
* | zebra: log routes w/o gateway in rib_delete_ipv4Christian Franke2014-02-111-6/+14
* | zebra: match gateway when deleting NEXTHOP_IPV4_IFINDEX routesChristian Franke2014-02-101-0/+1
* | ospfd: fixup log message in ospf_zebra_deleteChristian Franke2014-02-101-1/+1
* | bgpd: bgpd-set-v4-nexthop-for-v6-peering.patchPradosh Mohapatra2014-02-102-2/+32
|/
* build: fix tests/prng.h missing from distDavid Lamparter2013-10-221-0/+2
* zebra: make rib_dump() compatible with IPv6 RIBVincent Bernat2013-10-222-9/+24
* zebra: apply route-maps for interface routesChristian Franke2013-09-191-0/+12
* zebra: fix recursive-routes via ifindex routesChristian Franke2013-09-191-16/+49
* zebra: implement NEXTHOP_FLAG_ONLINKChristian Franke2013-09-193-1/+18
* zebra: handle blackholes encountered in recursive resolutionChristian Franke2013-09-191-0/+12
* zebra: rework recursive route resolutionChristian Franke2013-09-1916-718/+1046
* zebra: improve interface shutdown behaviourChristian Franke2013-09-192-18/+49
* zebra: don't change connected state from zebra/interface.cChristian Franke2013-09-192-106/+69
* zebra: add ZEBRA_IFC_QUEUED to keep track of kernel stateChristian Franke2013-09-193-6/+29
* zebra: warn if advertising connected with _REAL unsetChristian Franke2013-09-191-0/+3