summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8305 from donaldsharp/bgp_ll_ifp_changeRuss White2021-03-231-0/+20
|\
| * bgpd: Reset LLA NHT's interface if there is a changevivek2021-03-221-0/+20
* | Merge pull request #8120 from ton31337/feature/bgp_ipv6_default_activatedRuss White2021-03-236-60/+111
|\ \
| * | bgpd: Activate ipv6-unicast for peer automatically if globally definedDonatas Abraitis2021-02-286-60/+111
* | | Merge pull request #8296 from chiragshah6/mdevIgor Ryzhov2021-03-221-6/+42
|\ \ \ | |_|/ |/| |
| * | bgpd: convert send-community to transactional cliChirag Shah2021-03-201-6/+42
* | | Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2229-390/+395
|\ \ \
| * | | *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-172-13/+13
| * | | *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-174-4/+8
| * | | *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-175-22/+23
| * | | *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-179-24/+24
| * | | *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-1711-25/+25
| * | | *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-179-299/+299
| * | | snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* | | | Merge pull request #8257 from donaldsharp/fix_bgp_metricDonatas Abraitis2021-03-211-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Set metric appropriately for the bnc for a v6 LL addressDonald Sharp2021-03-161-2/+6
* | | | Merge pull request #8283 from chiragshah6/mdevDonatas Abraitis2021-03-182-13/+121
|\ \ \ \
| * | | | bgpd: add seqno in bgp as-path access-list policyChirag Shah2021-03-182-13/+121
* | | | | Merge pull request #8284 from mjstapp/fix_bgp_zero_timersDonald Sharp2021-03-183-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: use add_event instead of add_timer with zero timeoutMark Stapp2021-03-173-5/+5
* | | | | Merge pull request #8052 from ton31337/feature/show_bgp_peer-groups_jsonQuentin Young2021-03-171-48/+170
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: Add JSON output for `show ip bgp peer-group` commandDonatas Abraitis2021-03-141-48/+170
* | | | | bgpd: If we have a SAFI conflict do not allow labeled unicast to resetDonald Sharp2021-03-171-1/+1
* | | | | bgpd: Attempting to activate unicast and labeled-unicastDonald Sharp2021-03-171-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #8226 from adharkar/frr-evi_rxPatrick Ruddy2021-03-163-1/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Reevaluate es_evi_vtep active state on disable-ead-evi-rx config flapAmeya Dharkar2021-03-103-1/+43
* | | | bgpd: use appropriate printf formatter for some uint32_tDonald Sharp2021-03-151-4/+4
* | | | Merge pull request #8220 from mjstapp/bgp_notify_raceDonatas Abraitis2021-03-153-27/+58
|\ \ \ \
| * | | | bgpd: handle socket read errors in the main pthreadMark Stapp2021-03-093-27/+58
| |/ / /
* | / / bgpd: fix wrong debug formatRafael Zalamena2021-03-141-1/+1
| |/ / |/| |
* | | bgpd: Convert remaining string output to our internal typesDonald Sharp2021-03-109-180/+80
|/ /
* | Merge pull request #8208 from donaldsharp/validation_stateDonatas Abraitis2021-03-083-0/+41
|\ \
| * | bgpd: Display RPKI validation state if we have itDonald Sharp2021-03-073-0/+41
* | | bgpd: improve socket read performanceRafael Zalamena2021-03-051-7/+1
|/ /
* | Merge pull request #8196 from ton31337/feature/rfc8654_bgpdDonald Sharp2021-03-0510-28/+124
|\ \
| * | bgpd: Add BGP Extended message supportDonatas Abraitis2021-03-0410-28/+124
* | | bgpd: fix bgp statistics for l2vpn evpnTrey Aspelund2021-03-041-0/+3
|/ /
* | Merge pull request #8170 from mjstapp/fix_sa_pimDonald Sharp2021-03-021-1/+1
|\ \
| * | bgpd, pimd: fix coverity SA warningsMark Stapp2021-03-011-1/+1
| |/
* | Merge pull request #8150 from pguibert6WIND/ecomm_seq_0_possibleRuss White2021-03-021-26/+26
|\ \
| * | bgpd: accept (ext)community list sequence number set to 0Philippe Guibert2021-03-011-26/+26
* | | Merge pull request #8175 from mjstapp/fix_printfrr_nullsRuss White2021-03-021-2/+8
|\ \ \
| * | | bgpd: protect bgp printfrr extension from NULLsMark Stapp2021-03-011-2/+8
| | |/ | |/|
* | | Merge pull request #7951 from mjstapp/fix_cancel_eventDonald Sharp2021-03-021-4/+4
|\ \ \
| * | | libs, bgpd: improve task cancellation by argument valueMark Stapp2021-02-091-4/+4
* | | | Merge pull request #8117 from AnuradhaKaruppiah/evpn-consistency-checksPatrick Ruddy2021-03-021-6/+20
|\ \ \ \
| * | | | bgpd: enable ES consistency checks on first ES addAnuradha Karuppiah2021-02-191-6/+20
* | | | | bgpd: Wait for Install should not always set the flagDonald Sharp2021-03-011-13/+13
| |_|/ / |/| | |
* | | | bgpd: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-244-37/+113
| |_|/ |/| |
* | | Merge pull request #8035 from qlyoung/remove-more-sprintfMark Stapp2021-02-234-37/+52
|\ \ \