summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgpd: crash from not NULLing freed pointersDaniel Walton2015-12-082-31/+87
* ospfd: Lower the default OSPF spf timers to '0 50 5000'Daniel Walton2015-12-081-3/+3
* bgpd: Lower BGP's default keepalive/holdtime to 3s/9sDaniel Walton2015-12-081-2/+2
* bgpd: Remove BGP_ERROR_START_TIMER, it was no longer usedDaniel Walton2015-12-081-1/+0
* bgpd: Enable "bgp log-neighbor-changes" by defaultDaniel Walton2015-12-081-2/+3
* bgpd: Do not allow a timers connect of 0, this can hammer the CPUDaniel Walton2015-12-081-2/+2
* bgpd: Remove BGP's asorig timer, it is no longer usedDaniel Walton2015-12-084-24/+2
* bgpd: Lower the default 'timers connect' in BGP to 10 secondsDaniel Walton2015-12-081-1/+1
* doc: Add 'OSPF Fundamentals' section to OSPF docsPaul Jakma2015-11-253-1/+586
* pimd: Fix size_t zlog_err format string warningPaul Jakma2015-10-291-1/+1
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-2840-66/+159
|\
| * pimd: Fix warningMartin Winter2015-10-161-1/+1
| * zebra/if_ioctl_solaris: Make foo staticDavid Lamparter2015-10-161-2/+2
| * zebra/rt_socket: Fix warningsDavid Lamparter2015-10-161-0/+6
| * zebra/rtread_getmsg: fix sign warningsDavid Lamparter2015-10-161-3/+3
| * isisd/isis_dlpi: Fix warningDavid Lamparter2015-10-161-1/+1
| * solaris: more warnings fixedDavid Lamparter2015-10-161-6/+9
| * solaris: no ROUNDUPDavid Lamparter2015-10-161-0/+6
| * zebra/ioctl_solaris: Fix use of prefix2str in if_prefix_add/delete_ipv6Martin Winter2015-10-161-2/+2
| * isisd/solaris: fix size_t confusionsDavid Lamparter2015-10-161-11/+12
| * *: fix in_addr initialisersDavid Lamparter2015-10-163-3/+3
| * zebra/solaris: fix uninitialised varsDavid Lamparter2015-10-161-1/+1
| * build/solaris: create ioctl_solaris.hDavid Lamparter2015-10-164-3/+33
| * lib: add getgrouplist() for SolarisDavid Lamparter2015-10-162-1/+36
| * build: make libraries self-reliantDavid Lamparter2015-10-162-0/+2