summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: shuffle qobj_init()David Lamparter2016-12-161-0/+2
* *: kill useless if(...) after VTY_DECLVAR_CONTEXTDavid Lamparter2016-12-092-300/+0
* *: fix remaining vty->index & add coccinelle patchDavid Lamparter2016-12-091-1/+1
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-095-440/+367
* bgpd: add qobj registrationsDavid Lamparter2016-12-092-0/+25
* Merge branch 'stable/2.0'David Lamparter2016-12-0817-581/+585
|\
| * bgpd vnc: Add 'debug bgp vnc verbose' targetLou Berger2016-12-0816-551/+578
| * *: always set SO_SNDBUF and SO_RCVBUF using a best effort approachRenato Westphal2016-12-081-24/+2
* | Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-0611-167/+121
|\ \
| * | *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-0/+1
| * | Merge branch 'stable/2.0'David Lamparter2016-12-0510-167/+120
| |\|
| | * Merge branch '-renato' into stable/2.0David Lamparter2016-12-059-162/+114
| | |\
| | | * bgpd: fix invalid memory access in peer_free()Renato Westphal2016-11-281-2/+2
| | | * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-21/+11
| | | * *: rename two vrf functionsRenato Westphal2016-11-283-4/+4
| | | * bgpd: release all memory explicitly on exitRenato Westphal2016-11-283-49/+51
| | | * bgpd: plug several memleaksRenato Westphal2016-11-283-9/+20
| | | * bgpd: reuse sockunion2hostprefix() on bgp_nht.cRenato Westphal2016-11-281-45/+9
| | | * bgpd: optimize copy of strings on peer_xfer_conn()Renato Westphal2016-11-281-4/+2
| | | * bgpd: use loops to reduce code duplicationRenato Westphal2016-11-281-32/+19
| | * | bgpd: Remove nexthop for peer only for "real" peervivek2016-12-051-1/+2
| | * | bgpd: Fix 'show ip bgp' to not change it's outputDonald Sharp2016-12-051-1/+1
| | * | bgpd: Fix route node unlock when clearing adj-outvivek2016-12-021-1/+1
* | | | Merge remote-tracking branch 'osr_private_quagga/queue/osr/vtysh-generic' int...Quentin Young2016-12-0217-388/+349
|\| | |
| * | | Merge branch 'stable/2.0'David Lamparter2016-12-013-5/+19
| |\| |
| | * | bgpd: fix invalid memory access in peer_free()Renato Westphal2016-12-011-2/+2
| | * | bgpd: Fix crashes when no default bgp instance is configured.Donald Sharp2016-12-012-3/+17
| | * | bgpd: fix "show ip bgp" column alignmentDaniel Walton2016-11-291-4/+4
| * | | *: fix "uninitialized" warningsDavid Lamparter2016-11-291-1/+1
| * | | bgpd/rfpapi: update for new CLIDavid Lamparter2016-11-295-364/+322
| * | | Merge branch 'vtysh-grammar'David Lamparter2016-11-2820-13998/+3065
| |\ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-191-13/+11
| |\ \ \ | | | |/ | | |/|
| * | | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-157-7/+0
| * | | build: massively remove needless checksDavid Lamparter2016-11-152-10/+2
| * | | bgpd/rfapi: Fix missing files in distribution ("make dist") packageMartin Winter2016-11-151-0/+2
| * | | build: fix -Wmaybe-uninitialized warningsDavid Lamparter2016-11-151-0/+2
| * | | *: fix some licensing SNAFUsDavid Lamparter2016-11-141-1/+1
* | | | bgpd: Add missing argv handler for ipv4 prefix in `show...vpnv4` cmdQuentin Young2016-12-011-1/+3
* | | | bgpd: Make `ip` optional for all `show bgp` and `show ip bgp` commandsQuentin Young2016-12-017-62/+95
* | | | all: Replace "JavaScript Object Notation\n" with JSON_STRQuentin Young2016-11-303-20/+20
* | | | all: Fix all underfull doc stringsQuentin Young2016-11-307-35/+67
* | | | bgpd: Add back missing vpnv4 commandsQuentin Young2016-11-292-26/+51
| |_|/ |/| |
* | | bgpd: Fix ambiguous commands for `...attribute-unchanged...`Quentin Young2016-11-221-12/+6
* | | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-221-13/+11
|\ \ \ | | |/ | |/|
| * | bgpd: 'show ip bgp neighbor json' some keys are in the wrong placeDaniel Walton2016-11-161-10/+10
| * | bgpd: 'show ip bgp neighbor json' some keys are in the wrong placeDaniel Walton2016-11-161-13/+11
| |/
* | bgpd: Fix `no ip as-path access-list...`Quentin Young2016-11-181-10/+11
* | bgpd: Fix incorrect config dumps for `dump bgp...`Quentin Young2016-11-181-2/+6
* | bgpd: Fix `ip as-path access-list ...` breakageQuentin Young2016-11-171-15/+9
* | bgpd: Add missing [ip] qualifiers to a couple BGP commandsQuentin Young2016-11-171-20/+2