summaryrefslogtreecommitdiff
path: root/bgpd
AgeCommit message (Expand)Author
2019-01-07bgpd: don't use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is definedLou Berger
2018-12-17bgpd: fix json double free when showing neighborsQuentin Young
2018-12-17Merge pull request #3497 from opensourcerouting/cli-fuzzer-fixes-6.0Donald Sharp
2018-12-17bgpd: use the vrf_bitmap_*() helper functions when necessaryRenato Westphal
2018-12-17bgpd: fix bug while iterating over VPN tableRenato Westphal
2018-12-17bgpd: remove wrong assertRenato Westphal
2018-12-17bgpd: fix NULL pointer dereference bugRenato Westphal
2018-12-17bgpd: add a NULL check to prevent a crash in the rfapi codeRenato Westphal
2018-12-17bgpd: fix crashes caused by missing input validationRenato Westphal
2018-12-17bgpd: fix some NULL pointer dereference bugsRenato Westphal
2018-12-17bgpd: fix the "no neighbor A.B.C.D maximum-prefix" commandRenato Westphal
2018-12-17bgpd: handle NULL pointers in lcommunity_cmp()Renato Westphal
2018-12-17bgpd: fix cleanup of dampening configurationRenato Westphal
2018-12-16bgpd: Fix confederation identifier unsigned displayDonald Sharp
2018-12-14*: remove all MIBs for DFSG complianceDavid Lamparter
2018-12-13Merge pull request #3481 from opensourcerouting/6.0-spelchekJafar Al-Gharaibeh
2018-12-13*: spelchekDavid Lamparter
2018-12-12bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco
2018-12-06bgpd: Prevent possible crash when parsing v6 attributesDonald Sharp
2018-10-28build: make rfptest and ospfclient "noinst"David Lamparter
2018-10-25build: fix not building docs w/o sphinxDavid Lamparter
2018-10-25build: move RFPLDADD to bgpd/rfp-example/librfpDavid Lamparter
2018-10-25vtysh: make RPKI node non-conditionalDavid Lamparter
2018-10-25*: cleanup .gitignore filesDavid Lamparter
2018-10-25build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-10-25build: non-recursive bgpd & rfpDavid Lamparter
2018-10-24Revert "bgpd: Set attributes according route-maps if applied for default-orig...Donald Sharp
2018-10-24Revert "bgpd: Make sure default-originate works without route-map as well"Donald Sharp
2018-09-24bgpd: Fix for large AS paths which are split into segmentsMartin Winter
2018-09-10bgpd: Honor origin change in bgp aggregatesDonald Sharp
2018-08-24Merge pull request #2870 from AnuradhaKaruppiah/bgp-default-delRuss White
2018-08-24Merge pull request #2685 from netravnen/feature/bgpd/documen-use-of-additiona...Quentin Young
2018-08-24bgp: Add documentation for IANA well-known communitiesChristoffer
2018-08-24bgpd: Fix CONFDATE to 2019 for a couple of items.Donald Sharp
2018-08-24Merge pull request #2804 from kssoman/bgp_fixDonald Sharp
2018-08-23Merge pull request #2893 from qlyoung/fix-rpki-exit-failureDavid Lamparter
2018-08-23bgpd: fix rpki exit commandQuentin Young
2018-08-23Merge pull request #2855 from donaldsharp/bgp_toughDavid Lamparter
2018-08-23Merge pull request #2677 from rtrlib/2018-07-18-master-bugfixQuentin Young
2018-08-23bgpd: convert zlog_warns to debugs or errorsDonald Sharp
2018-08-23bgpd: Remove warn to file an issueDonald Sharp
2018-08-22bgpd: check existing l3vni for any l2vni creationChirag Shah
2018-08-22bgpd: Fix memory leak show ip bgp jsonroot
2018-08-22bgpd: use correct bgp tables for rpki revalidationMarcel Röthke
2018-08-22bgpd: fix wrong allocation size in rpki route mapMarcel Röthke
2018-08-22bgpd: fix deadlock in rpki codeMarcel Röthke
2018-08-22Merge pull request #2884 from opensourcerouting/assorted-20180821Donald Sharp
2018-08-22bgpd : Change of options in redistribute command does not get appliedkssoman
2018-08-22Merge pull request #2888 from pguibert6WIND/misc_fix_static_tableidDonald Sharp
2018-08-22lib: change vrf_is_mapped_on_netns APIPhilippe Guibert