summaryrefslogtreecommitdiffstats
path: root/ospf6d (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-8/+8
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-6/+6
* *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-36/+2
* build: massively remove needless checksDavid Lamparter2016-11-151-2/+0
* ospf6d: fix off-by-one on display of spf reasonsChristian Franke2016-10-211-1/+1
* ospf6d: implement admin distanceMaitane Zotes2016-10-204-0/+362
* *: Fix duplicate commands from view/enable node consolidationPaul Jakma2016-10-201-37/+0
* *: Consolidate routemap initializationDonald Sharp2016-10-191-1/+1
* *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-087-32/+0
* ospf6d: add support for route tagsChristian Franke2016-10-084-11/+203
* 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