summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ospfd: clarify indentation and comments in ospf_lsa_maxage_deleteChristian Franke2014-05-141-2/+2
* ospfd: fix a reference counting issue introduced by commit 4de8bf0011Christian Franke2014-05-141-0/+1
* ospfd: check the LS-Ack's recentness instead of only comparing the #seqLu Feng2014-05-141-1/+1
* ospfd: don't allow to set network type on loopback interfacesChristian Franke2014-05-141-1/+7
* ospfd: run DR election prior to LSA regenerationChristian Franke2014-05-141-14/+19
* zebra: Change the mechanism for comparing route ID's.Ken Williams2014-04-221-3/+1
* lib: use heap to manage timersChristian Franke2014-04-224-53/+110
* lib: remove unused thread_master_debug functionChristian Franke2014-04-221-29/+0
* tests: Add tests for timersChristian Franke2014-04-226-1/+313
* ospfd/ospf_vty.c: use keyword cmd styleChristian Franke2014-04-013-874/+184
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-0117-787/+1494
* tests: fix build & disable testcommandsDavid Lamparter2014-04-013-2/+11
* tests: add a test program for lib/command.cChristian Franke2014-04-019-1/+1613
* bgpd, ospfd, zebra: fix some DEFUN definitionsChristian Franke2014-04-015-37/+39
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-014-9/+32
* zebra: set metric for directly connected routes via netlink to 0Brett Ciphery2014-04-011-3/+3
* build: remove now-useless --{en, dis}able-testsDavid Lamparter2014-04-013-17/+1
* build: improve backtrace support/detectionDavid Lamparter2014-04-013-8/+34
* lib: fix possible off-by-one in stream_put_prefix()Jorge Boncompte [DTI2]2014-04-011-2/+2
* lib: fix for dynamically grown hashesJorge Boncompte [DTI2]2014-04-011-0/+1
* lib: fix backtraces broken by 837d16c...David Lamparter2014-03-214-5/+69
* ospf6d: fix refcounting in ospf6_asbr_lsa_removeChristian Franke2014-03-211-0/+2
* ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat2014-03-216-3/+94
* 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