summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | bgpd: Add ability to see martian next-hop's for a vrfDonald Sharp2018-02-031-6/+10
* | | Merge pull request #1690 from dslicenc/bgpd-vrf-show-cm17377Lou Berger2018-01-301-4/+19
|\ \ \ | |/ / |/| |
| * | bgpd: fix output of show bgp vrf all neighbor x.x.x.xDon Slice2018-01-301-4/+19
| |/
* | Merge pull request #1679 from qlyoung/revert-remove-options-directly-connectedRuss White2018-01-291-8/+31
|\ \
| * | Revert "bgpd: disallow invalid config at cli layer"Quentin Young2018-01-261-8/+31
| |/
* / bgpd: remove poorly located bestpath json outputDon Slice2018-01-251-1/+0
|/
* bgpd: fix compilation issue with bgpdPhilippe Guibert2018-01-221-8/+12
* Merge pull request #1627 from qlyoung/bgp-autoshutdownRuss White2018-01-161-1/+16
|\
| * bgpd: add neighbor autoshutdownQuentin Young2018-01-121-1/+16
* | Merge pull request #1635 from qlyoung/bgpd-remove-options-directly-connectedRenato Westphal2018-01-161-31/+8
|\ \
| * | bgpd: disallow invalid config at cli layerQuentin Young2018-01-121-31/+8
| |/
* | Merge branch 'master' into evpn-symmetric-routingMitesh Kanjariya2018-01-111-92/+91
|\|
| * Merge pull request #1619 from donaldsharp/bgp_debuggingRuss White2018-01-111-2/+5
| |\
| | * bgpd: 'summary' to show NoNeg if peer did not negotiate afi/safiDaniel Walton2018-01-101-2/+5
| * | Merge pull request #1586 from donaldsharp/1585_fixRuss White2018-01-111-5/+17
| |\ \ | | |/ | |/|
| | * bgpd: Allow for deprecation of json bgpTimerUpDonald Sharp2018-01-031-0/+16
| | * bgpd: Fix peer uptime display in millisecondsDonald Sharp2018-01-031-5/+1
| * | bgpd: use atomic_* ops on _Atomic variablesQuentin Young2018-01-091-84/+66
| |/
| * bgpd: fix configuration of 0 for coalesce-timeQuentin Young2017-12-141-5/+5
| * bgpd: fix config display of coalesce-timeQuentin Young2017-12-061-3/+5
* | bgpd: evpn enabled should only be checked for default instanceMitesh Kanjariya2017-12-141-2/+3
* | bgpd: handle different sequence of bgp vrf create/deleteMitesh Kanjariya2017-12-141-0/+14
* | bgpd: l3vni/rmac association with bgp vrfMitesh Kanjariya2017-12-141-6/+14
|/
* *: make clippy usage more consistentRenato Westphal2017-12-041-1/+1
* bgpd: rebase onto masterQuentin Young2017-11-301-2/+2
* bgpd: atomize write-quanta, add read-quantaQuentin Young2017-11-301-11/+64
* bgpd: implement buffered readsQuentin Young2017-11-301-8/+34
* bgpd: remove unused `struct thread` from peerQuentin Young2017-11-301-2/+6
* Merge pull request #1448 from qlyoung/fix-peer-group-nameLou Berger2017-11-281-40/+19
|\
| * bgpd: fix `show bgp peer-group NAME`Quentin Young2017-11-141-40/+19
* | bgpd: fix some vrf related cliQuentin Young2017-11-281-2/+2
* | Merge pull request #1474 from qlyoung/foreach_afi_safiRenato Westphal2017-11-221-372/+298
|\ \
| * | bgpd: use FOREACH_AFI_SAFI where possibleQuentin Young2017-11-211-372/+298
| |/
* / bgpd: Only build json for community when neededDonald Sharp2017-11-171-3/+3
|/
* Merge pull request #1370 from dslicenc/cm18408-bgp-timersRenato Westphal2017-11-061-2/+19
|\
| * bgpd: fix various problems with hold/keepalive timersDon Slice2017-10-261-2/+19
* | bgpd: Allow route-map `match peer...` to have auto-completeDonald Sharp2017-10-251-0/+1
|/
* *: add missing \n in some help stringsRenato Westphal2017-10-241-3/+3
* bgpd: Display unsigned intsDonald Sharp2017-10-181-1/+1
* Merge pull request #1324 from donaldsharp/bgp_aspathLou Berger2017-10-161-0/+45
|\
| * bgpd: Add ability to display information about bestpath in jsonDonald Sharp2017-10-111-0/+45
* | bgpd: only allow unicast|multicast SAFIs in VRF/View (i.e., non-core) BGP ins...Lou Berger2017-10-091-0/+17
|/
* bgpd: remove old/broken vpnv4 from of show bgpLou Berger2017-10-051-5/+1
* *: support keywords that begin with uppercase letterDaniel Walton2017-09-141-1/+1
* bgpd: Add various hash optimizationsDonald Sharp2017-09-051-2/+2
* Merge pull request #1047 from dwalton76/bgpd-draft-ietf-grow-bgp-gshut-10Renato Westphal2017-09-051-0/+68
|\
| * Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-draft-iet...Daniel Walton2017-08-281-22/+1
| |\
| * | bgpd: implement draft-ietf-grow-bgp-gshut-10Daniel Walton2017-08-251-0/+68
* | | *: fix styleQuentin Young2017-08-301-177/+124
* | | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-339/+322
|\ \ \