summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
* ospf6d: fix fallout from ifindex_t changeDavid Lamparter2016-09-231-1/+2
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-1/+1
* Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
* *: remove dead codeRenato Westphal2016-09-231-4/+0
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-195-4/+99
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* quagga-reload.py fails for "net add debug ospf6 lsa as-ext"Daniel Walton2016-09-081-4/+4
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-1/+3
|\
| * Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-1814-29/+30
* | ospf6d: fix sendmsg on OpenBSDRenato Westphal2016-08-081-5/+9
|/
* *: snmp: add a load of "static" specifiersDavid Lamparter2016-07-281-3/+3
* *: fixup snmp supportDavid Lamparter2016-07-241-3/+5
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-07-132-3/+4
|\
| * bfd: Fix for missing BFD client regs/deregs from quagga clientsradhika2016-06-212-3/+4
* | all: add default log file if none are definedDon Slice2016-07-111-0/+2
* | zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-282-0/+3
* | ospfd/ospf6d/zebra: Change interface bandwidth range and auto-cost range to 100GDon Slice2016-06-133-5/+5
* | ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2016-06-091-10/+8
* | ospf6d: use existing union, avoid strict-aliasingDavid Lamparter2016-06-081-4/+3
* | *: add missing includesDavid Lamparter2016-06-073-0/+4
* | *: use void * for printing pointersDavid Lamparter2016-05-304-18/+24
* | *: use long long to print time_tDavid Lamparter2016-05-303-19/+21
* | Quagga: Fix code to use srandom/randomDonald Sharp2016-05-301-1/+1
* | build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* | build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-031-6/+0
* | Fix most compiler warnings in default GCC build.Paul Jakma2016-05-265-19/+11
* | ospf6d: fix uninitialized warning in SNMPDavid Lamparter2016-05-261-1/+1
* | snmp: fix warningsDavid Lamparter2016-05-261-1/+0
* | Bug in ospf6_lsa_compare()Yasuhiro Ohara2016-05-261-3/+3
* | ospf6_lsdb: trivial, make it clear that showfunc is set before deref.Paul Jakma2016-05-262-15/+25
* | build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-2/+1
* | *: assorted warning fixesDavid Lamparter2016-05-261-2/+2
* | ospf6d: Fix printf % code usageDonald Sharp2016-05-191-1/+1
|/
* zebra - BFD client de-registration supportradhika2016-05-092-0/+5
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* quagga: Remove iflist global variableDonald Sharp2016-04-083-6/+6
* bgpd, lib, ospfd, ospf6d: Fix bfd interface lookupDonald Sharp2016-03-241-1/+1
* quagga: delete interface from default table when moved to vrfDon Slice2016-03-181-1/+1
* ospf6d: Stop sending hello's out loopback interfaceDonald Sharp2016-03-181-1/+2
* Support for multi-client and client reg msgradhika2016-03-091-1/+7
* OSPFv3: Check area before scheduling SPFvivek2016-03-081-1/+2
* ospf6d: Fix for crash when non area 0 network entered firstDonald Sharp2016-02-241-0/+8
* ospf6d: Ensure that ospf6d is actually running before handling default routesDonald Sharp2016-02-181-0/+3
* Quagga: Support VRF unregister for clientsvivek2016-02-121-1/+1
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* ospf6d: Fix double increment of Sequence NumberDonald Sharp2016-01-191-24/+0
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-273-3/+71
|\