summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6239 from ton31337/fix/uint8_t_to_bool_for_anyQuentin Young2020-04-164-11/+11
|\
| * bgpd, lib: Use bool instead of uint8_t for community/prefix-list "any"Donatas Abraitis2020-04-164-11/+11
* | Merge pull request #5913 from taspelund/evpn_route_type_intDonatas Abraitis2020-04-162-8/+23
|\ \
| * | doc: Add doc for `show bgp l2vpn evpn route type`Trey Aspelund2020-04-151-1/+8
| * | bgpd: Add int args to `show bgp evpn route type`Trey Aspelund2020-04-151-5/+13
| * | bgpd: Fix typos in `show bgp evpn route type`Trey Aspelund2020-04-151-2/+2
* | | Merge pull request #6224 from mjstapp/zclient_session_idOlivier Dugeon2020-04-1610-122/+195
|\ \ \
| * | | zebra,ldpd: use zapi client session id in LM apisMark Stapp2020-04-165-109/+135
| * | | lib,zebra: add a session id for zapi sessionsMark Stapp2020-04-166-13/+60
* | | | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-1642-1481/+2742
|\ \ \ \
| * | | | doc: logging: clarify per-thread bufferingDavid Lamparter2020-04-071-2/+6
| * | | | lib/hook: use static hook entry when possibleDavid Lamparter2020-04-012-12/+39
| * | | | lib/log: re-add log filteringDavid Lamparter2020-04-016-2/+314
| * | | | doc: new logging subsystemDavid Lamparter2020-04-013-13/+206
| * | | | lib/log: add valgrind suppression for zlogDavid Lamparter2020-04-011-0/+8
| * | | | lib: mark some allocations as "active at exit"David Lamparter2020-04-013-7/+26
| * | | | lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-0133-1506/+2204
* | | | | Merge pull request #6238 from donaldsharp/test_evpn_vxlan_cleanupDonatas Abraitis2020-04-162-4/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tests: Cleanup bgp config for evpn vxlan topotestDonald Sharp2020-04-162-4/+2
* | | | | Merge pull request #6237 from ton31337/fix/show_hostname_in_bgpDonald Sharp2020-04-166-20/+51
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: Check if the right next-hop is shown (bgp_show_ip_bgp_fqdn)Donatas Abraitis2020-04-165-16/+44
| * | | | bgpd: Show hostname in `show [ip] bgp ...` only if nexthop is connectedDonatas Abraitis2020-04-161-4/+7
|/ / / /
* | | | Merge pull request #6232 from ton31337/fix/validate_lcommunitiesDonald Sharp2020-04-151-14/+22
|\ \ \ \
| * | | | bgpd: Validate all large communities if specified more per lineDonatas Abraitis2020-04-151-14/+22
* | | | | Merge pull request #6229 from donaldsharp/netlink_request_fixupRafael Zalamena2020-04-155-11/+12
|\ \ \ \ \
| * | | | | zebra: Modify netlink_request to statisfy coverityDonald Sharp2020-04-155-11/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #6230 from donaldsharp/nhrp_json_sillinessDonatas Abraitis2020-04-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nhrpd: Actually allow json outputDonald Sharp2020-04-151-1/+1
| |/ / /
* | | | Merge pull request #6226 from LabNConsulting/ziemba/ldpd-fix-md5key-lengthRenato Westphal2020-04-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | ldpd: ldp_vty_neighbor_password(): fix auth.md5key_len calculationG. Paul Ziemba2020-04-151-1/+1
* | | | Merge pull request #6154 from donaldsharp/check_interface_workingRenato Westphal2020-04-158-0/+122
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Add a route-map test to ensure it accepts an unknown intf nameDonald Sharp2020-04-088-0/+122
* | | | Merge pull request #6225 from qlyoung/fix-zebra-counter-printf-specifiersRenato Westphal2020-04-151-18/+18
|\ \ \ \
| * | | | zebra: use %u for unsigned when printing countersQuentin Young2020-04-141-18/+18
* | | | | Merge pull request #6214 from opensourcerouting/bfdd-debugDonald Sharp2020-04-1523-146/+335
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | doc: update BFD debugging sectionRafael Zalamena2020-04-141-3/+26
| * | | | topotest: enable bfd debugs on all BFD testsRafael Zalamena2020-04-1414-0/+70
| * | | | bfdd: add more zebra debug messagesRafael Zalamena2020-04-141-25/+22
| * | | | bfdd: constify satostrRafael Zalamena2020-04-142-4/+4
| * | | | bfdd: remove time calculation debugsRafael Zalamena2020-04-141-16/+0
| * | | | bfdd: simplify code flowRafael Zalamena2020-04-144-30/+5
| * | | | bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-145-68/+208
* | | | | Merge pull request #6211 from mjstapp/fix_zebra_covQuentin Young2020-04-152-19/+14
|\ \ \ \ \
| * | | | | zebra: fix some coverity SA warningsMark Stapp2020-04-142-19/+14
* | | | | | Merge pull request #5510 from opensourcerouting/dplane-fpm-netlinkMark Stapp2020-04-1410-266/+1543
|\ \ \ \ \ \
| * | | | | | zebra: fix hash_backet typo in data plane FPMRafael Zalamena2020-04-141-4/+4
| * | | | | | zebra: hide verbose data plane FPM log messagesRafael Zalamena2020-04-141-28/+41
| * | | | | | zebra: fix some formatting/style issuesRafael Zalamena2020-04-142-25/+20
| * | | | | | zebra: data plane FPM add support RMAC VNIRafael Zalamena2020-04-145-12/+77
| * | | | | | zebra: fix style on data plane FPM moduleRafael Zalamena2020-04-141-14/+14