summaryrefslogtreecommitdiffstats
path: root/ospf6d
Commit message (Expand)AuthorAgeFilesLines
* quagga: Remove double read of streamDonald Sharp2016-03-111-1/+3
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-03-081-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-2611-24/+29
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-281-1/+1
|\
| * ospf6d: fix uninitialized warning in SNMPDavid Lamparter2015-10-161-1/+1
* | lib: zclient.c remove extern struct thread_master *Donald Sharp2015-10-273-4/+4
|/
* ospf6d: Fix for fast OSPF convergenceMichael Rossberg2015-09-301-1/+1
* build/arm: Arm compilation warning fixDonald Sharp2015-09-241-1/+1
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2015-09-031-2/+1
* *: add VRF ID in the API message headerFeng Lu2015-06-032-28/+44
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-06-021-2/+3
* ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2015-06-022-11/+9
* *: assorted warning fixesDavid Lamparter2015-04-211-2/+2
* build: add --enable-werrorDavid Lamparter2015-04-211-1/+1
* snmp: fix warningsDavid Lamparter2015-04-211-1/+0
* ospf6d: fix pointer arithmetic warningDavid Lamparter2015-04-211-3/+3
* ospf6d: oi->cost is uint32, not shortDavid Lamparter2015-04-211-1/+1
* ospf6d: use existing union, avoid strict-aliasingDavid Lamparter2015-04-211-5/+4
* *: add missing includesDavid Lamparter2015-04-213-0/+4
* *: use void * for printing pointersDavid Lamparter2015-04-214-17/+23
* *: use long long to print time_tDavid Lamparter2015-04-193-19/+21
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2015-02-141-1/+1
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2015-02-141-6/+0
* Bug in ospf6_lsa_compare()Yasuhiro Ohara2014-10-271-3/+3
* ospf6_lsdb: trivial, make it clear that showfunc is set before deref.Paul Jakma2014-09-232-15/+25
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-2312-60/+42
* *: nuke ^L (page feed)David Lamparter2014-06-0416-25/+25
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* ospf6d: fix refcounting in ospf6_asbr_lsa_removeChristian Franke2014-03-211-0/+2
* ospf6d: add "auto-cost reference-bandwidth" commandVincent Bernat2014-03-215-2/+80
* ospf6d: compute interface cost from its bandwidthVincent Bernat2014-03-214-17/+91
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+7
* Merge volatile/cumulus_ospf6dDavid Lamparter2014-03-1827-658/+1901
|\
| * 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