summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | bgpd: fix negative values in outputMilan Kocian2015-02-062-6/+6
* | tests: fix tests for 1a211cb (missing well-known)David Lamparter2015-02-061-2/+5
* | ospfd: Fix initial Opaque LSA DB synchronisationOlivier Dugeon2015-01-271-7/+13
|/
* lib: don't create circular lists (fixes 6d83113)David Lamparter2015-01-061-0/+1
* bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)David Lamparter2014-12-081-0/+5
* bgpd: stop startup timer on stopping BGP (fixes dd49eb1)David Lamparter2014-12-071-0/+2
* zebra/kernel_socket.c: Use platform alignmentGreg Troxel2014-12-021-10/+40
* doc: Document 'set as-path prepend' and 'set as-path prepend last-as'Paul Jakma2014-11-251-1/+5
* bgpd: implement route-map set as-path prepend last-asTimo Teräs2014-11-254-28/+87
* bgpd: one more fix for tightening of check for missing well-known attributesPaul Jakma2014-11-251-2/+2
* bgpd: trivial, remove unneeded extra variable in bgp_capability_restartPaul Jakma2014-11-111-6/+5
* Fix BGP's use of restart bit.Vipin Kumar2014-11-114-10/+64
* bgpd: remove unused variablesPaul Jakma2014-11-111-3/+0
* Fix to take care of ordering between interface and router ospf command.Vipin Kumar2014-11-111-0/+9
* Add set ipv6 next-hop peer-address command.Dinesh G Dutt2014-11-111-1/+121
* OSPFd: Update timestamps when we MaxAge LSAs.Dinesh G Dutt2014-11-111-0/+10
* ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant logPaul Jakma2014-11-113-10/+10
* Avoid timing out of adjacencies by serving all interfaces in round-robin.Dinesh G Dutt2014-11-111-3/+15
* Added show command to display only the routes in the RIB that does not count ...Dinesh G Dutt2014-11-111-0/+124
* Make static IPv6 routes respect non-default routing tables.Dinesh G Dutt2014-11-111-0/+1
* ospfd: Some small tweaks to the SPF execution reason patchPaul Jakma2014-11-117-70/+64
* Compute and display SPF execution statisticsDinesh G Dutt2014-11-1111-27/+161
* make some structures constant.Stephen Hemminger2014-11-032-2/+2
* zebra: MBGP routes should not be installed in the kernelBalaji2014-10-301-2/+8
* tests: fix tests for 055086f (well-known attr check)David Lamparter2014-10-301-28/+48
* build: fix 9562a77... (mrlg removal)David Lamparter2014-10-301-1/+1
* Revert "zebra: Set link-detect on by default"David Lamparter2014-10-281-3/+0
* zebra: Set link-detect on by defaultDinesh G Dutt2014-10-281-0/+3
* bgpd: Fixes for recent well-known-attr check patch.Paul Jakma2014-10-281-6/+27
* mrlg: Remove obsolete version.Paul Jakma2014-10-282-395/+5
* Handy guidelines to contributeVincent JARDIN2014-10-271-0/+62
* ospfd: Don't leave stale RouterLSA's when changing areaIDJoakim Tjernlund2014-10-271-1/+4
* stream: remove unused stream_read_unblockStephen Hemminger2014-10-272-30/+0
* Bug in ospf6_lsa_compare()Yasuhiro Ohara2014-10-271-3/+3
* ospfd: invalid MD5 auth_key?Joakim Tjernlund2014-10-271-2/+2
* zebra: route_unlock_node is missing in "show ip[v6] route <prefix>" commandsLu Feng2014-10-271-0/+4
* docs: defines.texi include seems to want to be after setfilenamePaul Jakma2014-10-171-4/+3
* zebra: Build the test client, can be useful, and add IPv6 to testrib.confPaul Jakma2014-10-172-4/+24
* FreeBSD has changed its SOCK_RAW for being truly raw.Olivier Cochard-Labbé2014-10-171-1/+2
* bgpd: well-known attr check only run for v4/uni, which could cause a crash.Paul Jakma2014-10-173-54/+59
* [lib] Add support for backtrace on more platformsJoakim Tjernlund2014-10-172-4/+40
* lib/plist: Add some required parentheses, according to clang-analyzerPaul Jakma2014-10-171-4/+4
* ripng_nexthop: remove unused store to variablePaul Jakma2014-09-231-1/+0
* ospf6_lsdb: trivial, make it clear that showfunc is set before deref.Paul Jakma2014-09-232-15/+25
* bgpd.c: Remove unused store to variablePaul Jakma2014-09-231-2/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2014-09-2338-211/+156
* Add missing GPL headers, and copyright claims that certainly apply.Paul Jakma2014-09-1917-1/+342
* lib: Improve error reporting from broken config filesSteve Hill2014-09-193-9/+20
* HACKING: remove an unneeded escapePaul Jakma2014-09-191-1/+1
* lib: include thread information in backtracesDavid Lamparter2014-09-154-0/+55