summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: have labeled unicast print consistent with other safisLou Berger2017-07-111-2/+2
* Merge branch 'evpn-prep'David Lamparter2017-07-106-29/+61
|\
| * Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter2017-07-106-29/+61
| |\
| | * bgpd: Fixes related to use of L2VPN/EVPNvivek2017-05-253-6/+10
| | * bgpd: Fix route handling for 2-level routing tablesvivek2017-05-251-3/+28
| | * bgpd: Fix route detailed show for EVPNvivek2017-05-251-1/+2
| | * lib: Refine EVPN prefix definitionvivek2017-05-253-19/+21
* | | Merge pull request #786 from dwalton76/bgpd-peergroup-activateRuss White2017-07-101-0/+4
|\ \ \ | |/ / |/| |
| * | bgpd: peer-group members 'activate' when they shouldn'tDaniel Walton2017-07-071-0/+4
* | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-07-101-1/+0
* | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-107-220/+57
|\ \ \
| * \ \ Merge pull request #750 from donaldsharp/bgp_bufferMartin Winter2017-07-073-187/+42
| |\ \ \ | | |/ / | |/| |
| | * | bgpd: Refactor looping for talking to zebraDonald Sharp2017-06-221-93/+28
| | * | bgpd: Make buffer sizes automatically the correct sizeDonald Sharp2017-06-223-94/+14
| * | | Merge pull request #778 from qlyoung/fix-excess-docstringRuss White2017-07-074-30/+14
| |\ \ \
| | * | | *: fix excess docstringQuentin Young2017-07-054-30/+14
| * | | | bgpd: "address-family" not displayed in configurationDaniel Walton2017-07-051-1/+1
| |/ / /
* | | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-07-051-37/+4
* | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-059-14/+14
|\| | |
| * | | *: update hash_create(), hash_create_size()Quentin Young2017-07-029-14/+14
* | | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-301-7/+2
* | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-3031-2009/+1783
|\| | |
| * | | Merge pull request #768 from qlyoung/fix-gitignore2Jafar Al-Gharaibeh2017-06-301-0/+1
| |\ \ \
| | * | | lib, bgpd: fix .gitignoreQuentin Young2017-06-291-0/+1
| * | | | Merge pull request #769 from qlyoung/fix-json-intRuss White2017-06-301-1/+1
| |\ \ \ \
| | * | | | lib: always use 64-bit integers for jsonQuentin Young2017-06-301-1/+1
| | |/ / /
| * | | | Merge pull request #767 from donaldsharp/if_updateJafar Al-Gharaibeh2017-06-301-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bgpd, lib, zebra: Fix if_update function to represent what it doesDonald Sharp2017-06-291-1/+1
| * | | | *: rebase vty_outln() -> masterQuentin Young2017-06-291-1/+1
| * | | | *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-2914-54/+54
| * | | | *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-2912-489/+489
| * | | | *: use vty_outlnQuentin Young2017-06-2925-1178/+1083
| * | | | Merge pull request #754 from qlyoung/fix-argv-argRuss White2017-06-299-228/+122
| |\ \ \ \
| | * | | | bgpd: argv->arg grab bagQuentin Young2017-06-273-42/+25
| | * | | | bgpd: more cli-eningQuentin Young2017-06-271-148/+59
| | * | | | *: use ->text and strmatch where appropriateQuentin Young2017-06-277-38/+38
| | | |/ / | | |/| |
| * | | | Merge pull request #759 from qlyoung/remove-vty-argparsersJafar Al-Gharaibeh2017-06-296-83/+73
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | *: remove VTY_GET_*Quentin Young2017-06-276-83/+73
| | |/ /
| * | | Merge pull request #714 from opensourcerouting/cli_magic_defpyDonald Sharp2017-06-283-52/+30
| |\ \ \ | | |/ / | |/| |
| | * | bgpd: (demo) apply some DEFPY()David Lamparter2017-06-143-52/+30
* | | | bgpd: Make SAFI-1 and SAFI-4 use the same tableDaniel Walton2017-06-301-2/+2
* | | | bgpd: Make SAFI-1 and SAFI-4 use the same tableDaniel Walton2017-06-271-4/+0
* | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-269-60/+54
|\| | |
| * | | Merge pull request #745 from qlyoung/fix-lookupOlivier Dugeon2017-06-219-60/+54
| |\ \ \
| | * | | *: simplify log message lookupQuentin Young2017-06-219-60/+54
* | | | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-261-6/+4
* | | | | Merge branch 'master' into bgpd-ipv4-plus-label-misc3Daniel Walton2017-06-216-104/+104
|\| | | |
| * | | | Merge pull request #728 from donaldsharp/ownerRuss White2017-06-203-13/+0
| |\ \ \ \
| | * | | | bgpd: Remove unset table.ownerDonald Sharp2017-06-163-13/+0
| * | | | | Merge pull request #731 from qlyoung/fix-bgp-misc-cliRuss White2017-06-202-61/+40
| |\ \ \ \ \ | | |_|/ / / | |/| | | |