summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: bump listen() backlogRafael Zalamena2017-10-201-1/+1
* Merge pull request #1272 from donaldsharp/peer_group_orderingRenato Westphal2017-10-191-146/+150
|\
| * bgpd: Fix peer group copying of data for late activationDonald Sharp2017-09-291-146/+150
* | bgpd: Fix 'not initialized' possibly on older compilersDonald Sharp2017-10-191-2/+2
* | bgpd: Fix off by one error introduced by 8c9cc7bbf657e3440d9bc758fe45aef5f43c...Donald Sharp2017-10-193-13/+13
* | 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
* | | Merge pull request #1313 from LabNConsulting/working/master/patch-set/block-n...Donald Sharp2017-10-166-145/+98
|\ \ \
| * | | rfapi: whitespace change and add debug checkLou Berger2017-10-102-3/+3
| * | | bgpd: only allow unicast|multicast SAFIs in VRF/View (i.e., non-core) BGP ins...Lou Berger2017-10-091-0/+17
| * | | rfapi: block vnc commands on vrfs/viewsLou Berger2017-10-091-137/+69
| * | | rfapi: explicitly test against success of is_configured.Lou Berger2017-10-093-6/+8
| * | | rfapi: remove vestigial assertLou Berger2017-10-091-1/+3
* | | | Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-162-12/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-102-5/+5
| * | | *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
| * | | *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
| * | | *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-102-11/+27
| |/ /
* | | Merge pull request #1210 from opensourcerouting/misc-mpls-bgp-lu-fixesDonald Sharp2017-10-101-6/+0
|\ \ \
| * | | bgpd: remove 'network' commands from the BGP_IPV6L nodeRenato Westphal2017-10-101-6/+0
| |/ /
* / / bgpd: check for bgp instance before processing interfacesDon Slice2017-10-091-21/+23
|/ /
* | bgpd: fix aspath parsingVincent JARDIN2017-10-091-1/+2
* | bgpd: fix clang warningVincent JARDIN2017-10-091-2/+2
* | bgpd: fix clang warningVincent JARDIN2017-10-081-2/+2
* | bgpd: fix clang warningVincent JARDIN2017-10-081-1/+0
* | rfapi: fix clang warningVincent JARDIN2017-10-081-0/+2
* | rfapi: avoid calling NULL() function.Vincent JARDIN2017-10-081-1/+15
* | Merge pull request #1295 from donaldsharp/more_1270Lou Berger2017-10-064-703/+505
|\ \
| * | bgpd: Fixup json with RouteDistinguishersDonald Sharp2017-10-051-206/+224
| * | bgpd: Cleanup bgp_show_table to be easier on the eyesDonald Sharp2017-10-051-203/+189
| * | bgpd: fix 'show bgp ipvX vpn rd' commandLou Berger2017-10-051-4/+16
| * | bgpd: fix show bgp ipvX vpn all rdLou Berger2017-10-051-3/+2
| * | bgpd: remove old/broken vpnv4 from of show bgpLou Berger2017-10-051-5/+1
| * | bgpd: unify 'show bgp' with RD with normal unicast bgp showLou Berger2017-10-053-297/+88
* | | *: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal2017-10-061-8/+8
* | | *: Convert list_free usage to list_deleteDonald Sharp2017-10-054-8/+5
* | | *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-059-30/+27
|/ /
* | bgpd: Fix defualt-default typo in bgp evpn help textSebastian Lohff2017-10-041-2/+2
* | scan-build: fix warningVincent JARDIN2017-10-021-3/+1
|/
* Merge pull request #1261 from dwalton76/bgpd-4byte-displayLou Berger2017-09-281-1/+1
|\
| * bgpd: fix 4-byte AS display in bestpath-from-ASDaniel Walton2017-09-271-1/+1
* | Merge pull request #1180 from dwalton76/ipv6-static-route-null0Renato Westphal2017-09-277-40/+40
|\ \
| * | *: support keywords that begin with uppercase letterDaniel Walton2017-09-147-40/+40
* | | Merge branch 'master' into bgpd-debug-updates-prefixDaniel Walton2017-09-279-108/+170
|\ \ \ | | |/ | |/|
| * | bgpd: Reduce multiaccess_check_v4 overhead for subgroupsDonald Sharp2017-09-273-9/+48
| * | Merge pull request #1239 from pguibert6WIND/fixskipasLou Berger2017-09-251-1/+1
| |\ \
| | * | bgpd: skip run as option can be reusedPhilippe Guibert2017-09-251-1/+1
| * | | bgpd: Fix unused variableDonald Sharp2017-09-251-1/+0
| * | | bgpd: vty command fixup for evpn rt5Philippe Guibert2017-09-252-8/+21
| |/ /