summaryrefslogtreecommitdiffstats
path: root/ospfd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Consistently support 32-bit route tagsChristian Franke2016-10-088-95/+30
* ospfd: Update route in zebra when tag changesChristian Franke2016-10-081-0/+4
* ospfd: Fix OSPF daemon pid file paramßingen2016-09-301-1/+2
* use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-9/+9
* Make route flags a 32bit fieldChristian Franke2016-09-231-5/+5
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-5/+5
* Make route flags a 32bit fieldChristian Franke2016-09-231-5/+5
* *: remove dead codeRenato Westphal2016-09-231-2/+0
* ospfd: Do not print warning on new interfaceDonald Sharp2016-09-201-2/+4
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-195-4/+117
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-193-5/+7
* lib, ospfd: Remove ospf specific #define from zebra.hDonald Sharp2016-09-171-0/+20
* ospfd: Fix malformed link TLV when LP_USE_BW is setDavid Lebrun2016-09-131-1/+1
* ospfd: Fix crash with usage of incorrect commandDonald Sharp2016-09-091-4/+19
* Add support Router Capabilities support to OSPFOlivier Dugeon2016-09-034-3/+1842
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-0312-646/+1709
* bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-9/+10
* 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
* | ospfd: Impl. per interface 'ip ospf area' commandJoakim Tjernlund2016-08-184-20/+198
* | Revert "per-interface ospf enable and area set command."David Lamparter2016-08-184-198/+20
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-189-34/+32
* | ospfd: Remove HAVE_OSPF_TEDonald Sharp2016-08-162-10/+0
* | ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-08-1619-196/+0
* | Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-151-92/+0
|\|
| * bgpd: Reverting fix for CM-5040: BGP and OSPF should accept "router-id use-lo...Sid Khot2016-08-131-92/+0
* | lib: fix setting of IPv4 multicast sockopts on OpenBSDRenato Westphal2016-08-081-5/+5
|/
* 'debug ospf' print a garbage characterDaniel Walton2016-08-051-0/+1
* *: get rid of "MTYPE 0"David Lamparter2016-07-283-6/+6
* *: snmp: add a load of "static" specifiersDavid Lamparter2016-07-281-9/+9
* ospfd: use random() to pick initial DD seq#David Lamparter2016-07-281-1/+1
* ospfd: ditch unused time fieldsDavid Lamparter2016-07-284-12/+0
* ospfd: monotonic clock for lsa_refresher_startedDavid Lamparter2016-07-282-6/+6
* ospfd: Ensure correct handling of router-id changevivek2016-07-204-11/+11
* 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-1/+2
* | bgpd: BGP should accept "router-id IFNAME"Sid Khot2016-07-021-0/+92
* | Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...Don Slice2016-06-133-7/+43
|\ \
| * | ospfd: Fix oi->nbr_self pointer dereferenceDonald Sharp2016-06-101-0/+3
| * | ospfd: fix - correct neighbor index on changing/p2p/virtual linksJafar Al-Gharaibeh2016-06-103-7/+40
* | | ospfd/ospf6d/zebra: Change interface bandwidth range and auto-cost range to 100GDon Slice2016-06-131-5/+5
|/ /
* | ospfd: fix unused warning in ospf_writeDavid Lamparter2016-06-091-2/+3
* | ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'Vystoropskyi, Sergii2016-06-091-1/+1
* | ospfd: Fast OSPF convergenceMichael Rossberg2016-06-096-20/+20
* | ospfd: Remove another odd flooding hack in opaque LSA codePaul Jakma2016-06-083-125/+0
* | ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2016-06-086-248/+6
* | build: determine CFLAGS more intelligentlyDavid Lamparter2016-06-081-1/+1
* | *: add/cleanup initialisersDavid Lamparter2016-06-071-2/+1