summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix Null pointer dereference in bgp_info_mpath_updateDonald Sharp2016-02-261-3/+3
* bgpd: Modify maxpaths cli's to use MULTIPATH_NUM for rangeDonald Sharp2016-02-261-14/+4
* zebra, bgpd: Fixup MULTIPATH_NUM usage to not consider 0Donald Sharp2016-02-261-2/+2
* build: Rework how MULTIPATH_NUM is delivered to buildDonald Sharp2016-02-261-1/+1
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-02-264-4/+4
* lib, bgpd: Remove 'struct fifo' from lib/zebra.hDonald Sharp2016-02-261-0/+2
* bgpd: remove HAVE_IPV6 conditionalsLou Berger2016-02-2617-461/+33
* bgpd: Add back old forms of 'show <afi> <safi>' for compatibilityLou Berger2016-02-262-216/+4342
* bgpd: drop machineparse / random "show" improvementsLou Berger2016-02-262-15/+40
* bgpd: encap show commandsLou Berger2016-02-262-2437/+2237
* bgpd: VPNv6 show commandsLou Berger2016-02-262-300/+427
* bgpd: cleanup vty bgp_node_afi/safi utilsLou Berger2016-02-261-14/+26
* bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-02-264-4/+263
* bgp: Reorg cleanup to align process and bgp instance init/destroyLou Berger2016-02-262-8/+3
* bgpd: encap: add encap SAFI (RFC5512)Lou Berger2016-02-2611-115/+1740
* bgpd: encap: add attribute handlingLou Berger2016-02-267-3/+1572
* bgpd: encap: extend extcommunity handlingLou Berger2016-02-262-10/+33
* bgpd: general MP/SAFI improvementsLou Berger2016-02-268-64/+98
* bgpd: tests - add null pointer protection to fix bgp test failuresLou Berger2016-02-261-0/+3
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-02-2610-20/+149
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodeLou Berger2016-02-262-6/+121
* bgpd: wire up VPNv6 protocol processingLou Berger2016-02-267-18/+96
* bgpd: handle AS4 and EOI route distinguishersLou Berger2016-02-262-21/+61
* bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger2016-02-263-54/+187
* bgpd: kill unused variable in bgp_socket()Lou Berger2016-02-261-1/+1
* bgpd: add nexthop length to AF macroLou Berger2016-02-261-0/+9
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-02-2622-8/+24
* bgpd: Fix graceful restart capability minsizeLou Berger2016-02-261-1/+1
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-02-263-28/+27
* bgpd: make bgp_info_cmp and multiple-path decision logic more regularPaul Jakma2016-02-183-90/+115
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-02-182-3/+27
* bgpd: Check capability falls on right multiple of size, where possible.Paul Jakma2016-02-101-0/+30
* bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode.Paul Jakma2016-02-103-7/+11
* bgpd: Fix VU#270232, VPNv4 NLRI parser memcpys to stack on unchecked lengthDonald Sharp2016-02-101-16/+36
* bgpd: Implicit updates in BGP may require a withdrawal from zebra RIBPaul Jakma2015-12-081-41/+5
* bgpd: Update dump to allow Extended Time FormatAlexis Fasquel2015-12-083-156/+139
* bgpd: Add support for timer commands with peer-group syntaxDaniel Walton2015-12-082-27/+105
* bgpd: update rtt on soft clearTimo Teräs2015-12-081-0/+3
* bgpd: check rtt later after the real peer is knownTimo Teräs2015-12-081-1/+1
* bgpd: Fix bgp_btoa to compileDonald Sharp2015-12-082-18/+41
* bgpd: crash from not NULLing freed pointersDaniel Walton2015-12-082-31/+87
* bgpd: Lower BGP's default keepalive/holdtime to 3s/9sDaniel Walton2015-12-081-2/+2
* bgpd: Remove BGP_ERROR_START_TIMER, it was no longer usedDaniel Walton2015-12-081-1/+0
* bgpd: Enable "bgp log-neighbor-changes" by defaultDaniel Walton2015-12-081-2/+3
* bgpd: Do not allow a timers connect of 0, this can hammer the CPUDaniel Walton2015-12-081-2/+2
* bgpd: Remove BGP's asorig timer, it is no longer usedDaniel Walton2015-12-084-24/+2
* bgpd: Lower the default 'timers connect' in BGP to 10 secondsDaniel Walton2015-12-081-1/+1
* Merge 'patch-tracking/4/proposed/netdef-solaris' into acceptedPaul Jakma2015-10-282-2/+2
|\
| * *: fix in_addr initialisersDavid Lamparter2015-10-162-2/+2
* | bgpd, lib: memory cleanups for valgrind, plus debug changesLou Berger2015-10-277-42/+96