summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bgpd: make bgp_info_cmp and multiple-path decision logic more regularPaul Jakma2016-02-184-98/+129
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-02-182-3/+27
* tests: add more AS4 capability tests + little fixes for couple of GR test cases.Paul Jakma2016-02-101-4/+12
* bgpd: Check capability falls on right multiple of size, where possible.Paul Jakma2016-02-101-0/+30
* bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode.Paul Jakma2016-02-103-7/+11
* vtysh: When the config file is close to the boundry of size of buffer vtysh h...Gautam Kumar2016-02-101-100/+77
* bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked lengthDonald Sharp2016-02-101-16/+36
* zebra: Fix solaris build issueDonald Sharp2015-12-091-1/+1
* zebra: Fix non usage of VRF_DEFAULTDonald Sharp2015-12-081-1/+1
* bgpd: Implicit updates in BGP may require a withdrawal from zebra RIBPaul Jakma2015-12-081-41/+5
* isisd, lib: Fix some more compiler warningsDonald Sharp2015-12-082-1/+3
* zebra: Cleanup RTADV defineDonald Sharp2015-12-086-37/+24
* isisd: make send_lsp more robustChristian Franke2015-12-084-48/+114
* isisd: fix misleading wording in logChristian Franke2015-12-081-5/+5
* isisd: handle lsp confusion (ISO/IEC 10589:2002 7.3.16.2)Christian Franke2015-12-082-6/+40
* isisd: fix IPv6 mask applicationChristian Franke2015-12-081-5/+5
* isisd: show interface's ipv6 addresesChristian Franke2015-12-081-3/+23
* isisd: provide more detailed log for failed address removalChristian Franke2015-12-081-0/+20
* isisd: add support to import routes from other protocolsChristian Franke2015-12-0817-110/+1682
* isisd: fix assertion in LSP refresh timer calculationChristian Franke2015-12-081-1/+4
* isisd: add a slight delay to lsp_regenerate_scheduleChristian Franke2015-12-085-35/+169
* isisd: add a debug mode that traces LSP constructionChristian Franke2015-12-083-5/+158
* isisd: purge on correct levelChristian Franke2015-12-083-5/+6
* isisd: allow to adjust lsp-mtuChristian Franke2015-12-088-63/+172
* isisd: initialize circuit to match area is_typeChristian Franke2015-12-082-6/+20
* isisd: do remove ipv6 routes from ZebraChristian Franke2015-12-081-1/+1
* isisd: don't corrupt memory for long hostnamesChristian Franke2015-12-082-3/+12
* isisd: fix a typo in a log messageChristian Franke2015-12-081-1/+1
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2015-12-083-30/+1
* isisd: annotate some function arguments with constChristian Franke2015-12-087-28/+28
* lib: don't have log functions change errnoChristian Franke2015-12-081-0/+4
* bgpd: Update dump to allow Extended Time FormatAlexis Fasquel2015-12-085-164/+182
* lib: add function to get precise remaining time of timer threadChristian Franke2015-12-082-0/+9
* ripd, isisd: fix warnings that make the build failChristian Franke2015-12-082-4/+4
* zebra: Fix change of distance on ipv6 route creating duplicate routesDonald Sharp2015-12-081-4/+12
* zebra: Combine static_uninstall_ipv[4|6] into one functionDonald Sharp2015-12-081-65/+4
* zebra: combine static_ipv[4|6]_nexthop_same into one functionDonald Sharp2015-12-081-22/+16
* zebra: Combine static_install_ipv[4|6]Donald Sharp2015-12-081-100/+41
* zebra: Remove HAVE_IPV6 from rib.h and zebra_rib.cDonald Sharp2015-12-082-19/+4
* zebra: Collapse struct static_ipv[4|6] into struct static_routeDonald Sharp2015-12-084-95/+61
* zebra: implement per-route mtu handlingTimo Teräs2015-12-089-17/+93
* zebra: make ZEBRA_FLAG_CHANGED internal statusTimo Teräs2015-12-083-5/+5
* lib: Memory reporting fails over 2GBDonald Sharp2015-12-081-28/+15
* bgpd: Add support for timer commands with peer-group syntaxDaniel Walton2015-12-082-27/+105
* bgpd: update rtt on soft clearTimo Teräs2015-12-081-0/+3
* bgpd: check rtt later after the real peer is knownTimo Teräs2015-12-081-1/+1
* zebra: fix rtadv detectionTimo Teräs2015-12-081-6/+2
* pimd: Limit pim hello log messagesDonald Sharp2015-12-083-80/+89
* bgpd: Fix bgp_btoa to compileDonald Sharp2015-12-082-18/+41
* lib: Add zlog_hexdump() for debuggingDaniel Walton2015-12-082-0/+44