summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* initial implementation of nhrpnhrpTimo Teräs2016-03-3043-6/+7765
* zebra: fix nht validity checking to be same as when it's resolvedTimo Teräs2016-03-301-2/+2
* fix next hop tracking to test if rib is in fibTimo Teräs2016-03-301-1/+1
* cumulus take-3cumulus-take-3Timo Teräs2016-03-30159-5077/+17752
* release: 1.0.20160315HEADquagga-1.0.20160315masterDonald Sharp2016-03-151-1/+1
* quagga: Remove double read of streamDonald Sharp2016-03-116-8/+22
* release: 1.0.20160309quagga-1.0.20160309Donald Sharp2016-03-091-1/+1
* Revert "bgpd: Lower BGP's default keepalive/holdtime to 3s/9s"Paul Jakma2016-03-081-2/+2
* zebra: Fix route deletion on *BSDTimo Teräs2016-03-081-22/+21
* configure: Fix warnings on CentOS and bump the minimum autoconf versionPaul Jakma2016-03-081-1/+2
* doc: older versions of texinfo seem to be sensitive to location of unmacroPaul Jakma2016-03-081-3/+0
* doc: Distribute a modern version of texinfo.tex with the docsPaul Jakma2016-03-083-2/+11200
* distro/redhat: Update to support CentOS/RHEL/Fedora, upstart/init/systemdMartin Winter2016-03-083-145/+424
* configure.ac: remove -dev in versionPaul Jakma2016-03-081-1/+1
* distro/redhat/rpm: remove with_ipv6, package pimd binary, remove pam stackPaul Jakma2016-03-083-50/+14
* Adding redhat init/service files to start pimdMartin Winter2016-03-083-1/+87
* distro: fix redhat/quagga.spec.inPaul Jakma2016-03-081-9/+15
* lib: fix vrf_bitmap leak in zclient_free()David Lamparter2016-03-081-0/+10
* bgpd: Fix crash reported by NetDEF CILou Berger2016-03-082-4/+19
* lib: Check prefix length from zebra is sensiblePaul Jakma2016-03-087-24/+35
* lib: zclient can overflow (struct interface) hw_addr if zebra is evilPaul Jakma2016-03-081-1/+1
* bgpd: Remove the double-pass parsing of NLRIsPaul Jakma2016-03-086-172/+65
* bgpd: Regularise bgp_update_receive, add missing notifies and checksPaul Jakma2016-03-086-244/+162
* bgpd: Regularise BGP NLRI sanity checks a bitPaul Jakma2016-03-088-101/+390
* bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcsPaul Jakma2016-02-263-14/+8
* bgpd: Fix Null pointer dereference in bgp_info_mpath_updateDonald Sharp2016-02-261-3/+3
* bgpd: Modify maxpaths cli's to use MULTIPATH_NUM for rangeDonald Sharp2016-02-261-14/+4
* lib: Add CMD_RANGE_STR macro to command.hDonald Sharp2016-02-261-0/+11
* zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0Donald Sharp2016-02-263-7/+6
* build: Rework how MULTIPATH_NUM is delivered to buildDonald Sharp2016-02-263-6/+9
* ospfd: Remove HAVE_OSPF_TEDonald Sharp2016-02-263-16/+0
* ospfd: Remove HAVE_OPAQUE_LSADonald Sharp2016-02-2620-206/+3
* doc, vtysh: Fixup of history handlingDonald Sharp2016-02-264-2/+45
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-2662-183/+194
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-02-2610-72/+238
* zebra: remove metric from kernelTimo Teräs2016-02-262-29/+12
* zebra: support FIB override routesTimo Teräs2016-02-266-31/+71
* zebra: use link scope for interface routesTimo Teräs2016-02-262-16/+11
* zebra: atomic FIB updatesTimo Teräs2016-02-266-307/+171
* lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-02-264-40/+65
* bgpd: remove HAVE_IPV6 conditionalsLou Berger2016-02-2617-461/+33
* doc: Add AFI/SAFI show commands to manualLou Berger2016-02-261-0/+25
* bgpd: Add back old forms of 'show <afi> <safi>' for compatibilityLou Berger2016-02-262-216/+4342
* bgpd: drop machineparse / random "show" improvementsLou Berger2016-02-262-15/+40
* bgpd: encap show commandsLou Berger2016-02-262-2437/+2237
* bgpd: VPNv6 show commandsLou Berger2016-02-262-300/+427
* bgpd: cleanup vty bgp_node_afi/safi utilsLou Berger2016-02-261-14/+26
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-02-2610-4/+346
* bgp: Reorg cleanup to align process and bgp instance init/destroyLou Berger2016-02-262-8/+3
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-02-2611-115/+1740