]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2020-02-11 Quentin YoungMerge pull request #5793 from ton31337/fix/formatting_s...
2020-02-11 Quentin YoungMerge pull request #5778 from ton31337/fix/add_doc_for_...
2020-02-11 Donatas Abraitisbgpd: Format properly `show bgp summary failed`
2020-02-11 Russ WhiteMerge pull request #5785 from ton31337/fix/replace_gtsm...
2020-02-11 Russ WhiteMerge pull request #5744 from ton31337/fix/thread-as...
2020-02-11 Donatas AbraitisMerge pull request #5789 from donaldsharp/bgp_ebgp_reason
2020-02-11 Donald Sharpbgpd: Update failed reason to distinguish some NHT...
2020-02-10 Renato WestphalMerge pull request #5763 from ton31337/fix/return_witho...
2020-02-10 Renato WestphalMerge pull request #5776 from volta-networks/fix_ldp_to...
2020-02-10 Sri Mohana... Merge pull request #5770 from ton31337/fix/remove_bgp_f...
2020-02-10 Donatas Abraitisbgpd: Use readable macros for peer->gtsm_hops instead...
2020-02-10 Karen Schoenertests: Fix LDP topotest to validate MPLS LDP CLI output
2020-02-10 Donatas AbraitisMerge pull request #5772 from adharkar/frr-master-ipv6_...
2020-02-09 Donatas Abraitis*: Remove parenthesis on return for constants
2020-02-09 Donatas Abraitistools: Add coccinelle script to remove parenthesis...
2020-02-09 Donatas AbraitisMerge pull request #5781 from LabNConsulting/working...
2020-02-08 Lou Bergertopotest: bgp_l3vpn_to_bgp_vrf - report unexpected...
2020-02-07 Donatas Abraitisdoc: Add few words about `bgp disable-ebgp-connected...
2020-02-06 Ameya Dharkarbgpd: EVPN crash because of incorrect nexthop for IPv6...
2020-02-06 Donatas Abraitisbgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros
2020-02-06 Donatas Abraitistools: Add coccinelle script to replace all bgp_flag_...
2020-02-06 Russ WhiteMerge pull request #5722 from donaldsharp/kernel_routes
2020-02-06 Donald SharpMerge pull request #5767 from ton31337/fix/replace_s_ad...
2020-02-06 Donald SharpMerge pull request #5765 from Spantik/bugs
2020-02-06 Donatas Abraitistools: Add coccinelle script to replace s_addr 0 to...
2020-02-06 Donatas Abraitis*: Replace s_addr 0 => INADDR_ANY
2020-02-06 Donatas AbraitisMerge pull request #5761 from qlyoung/fix-bgp-gr-cruft
2020-02-05 Santosh P KOSPF: Multi instance broken
2020-02-05 Donald SharpMerge pull request #5104 from opensourcerouting/route...
2020-02-05 Rafael Zalamenalib: fix route-map YANG module on old gcc versions
2020-02-05 Donatas Abraitisbgpd: Update some attributes how they are handled if...
2020-02-05 Renato WestphalMerge pull request #5758 from sworleys/Doc-No-Pbr-Dyn...
2020-02-05 Renato WestphalMerge pull request #5750 from qlyoung/fix-null-after...
2020-02-05 Renato WestphalMerge pull request #5760 from ton31337/fix/shorthand_op...
2020-02-04 Quentin YoungMerge pull request #5717 from pguibert6WIND/flowspec_is...
2020-02-04 Quentin YoungMerge pull request #5759 from ton31337/fix/void_no_return
2020-02-04 Quentin Youngbgpd, lib: fix style from BGP GR code
2020-02-04 Quentin Youngbgpd: use _RO list iter variant for gr macro
2020-02-04 Quentin Young*: remove null check before XFREE
2020-02-04 Donatas Abraitiszebra: Use shorthand operator in ifm_read()
2020-02-04 Donatas Abraitistools: Add coccinelle script to check if we use shortha...
2020-02-04 Donatas Abraitistools: Add coccinelle script to check if void does...
2020-02-04 Donatas Abraitiszebra, lib: Remove return from void functions
2020-02-04 Rafael Zalamenalib: fix route map northbound memory leak
2020-02-04 Rafael Zalamena*: fix route map integration
2020-02-04 Rafael Zalamenalib: add backward compatibility for route map
2020-02-04 Rafael Zalamenalib: fix route map generic error output
2020-02-04 Rafael Zalamenayang/lib: add filter model to code
2020-02-04 Rafael Zalamenalib: implement new route map CLI
2020-02-04 Rafael Zalamenalib: implement route map northbound
2020-02-04 Rafael Zalamenalib: export route map structures and functions
2020-02-04 Rafael Zalamenayang: update route map model
2020-02-04 Quentin YoungMerge pull request #5169 from ton31337/feature/sequence...
2020-02-04 Stephen Worleydoc: indicate non-support for dynamic pbr maps
2020-02-04 Philippe Guibertbgpd: forge bgp flowspec packets to be sent
2020-02-04 Philippe Guibertbgpd: when nexthop IP is available for flowspec, keep it
2020-02-04 Renato WestphalMerge pull request #5739 from mjstapp/nhg_show_ordered
2020-02-04 Donald SharpMerge pull request #5653 from slankdev/slankdev-bgpd...
2020-02-04 Russ WhiteMerge pull request #5746 from donaldsharp/bgp_sa
2020-02-04 Donald SharpMerge pull request #5207 from Spantik/ZERBA_GR
2020-02-04 Mark Stappzebra: show zebra nexthop-groups without copying
2020-02-04 Russ WhiteMerge pull request #5737 from mjstapp/zebra_disable_ker...
2020-02-04 Donald Sharpzebra: top has already been derefed
2020-02-04 Donald Sharplib: Test return of fcntl in agentx.c
2020-02-04 Donald Sharpbgpd: Remove dead call to get_afi_safi_str
2020-02-04 Donald Sharpbgpd: Tell Coverity SA that regex cannot be NULL here
2020-02-03 Quentin Young*: don't null after XFREE; XFREE does this itself
2020-02-02 Donatas AbraitisMerge pull request #5745 from donaldsharp/bgp_formating
2020-01-31 Mark StappMerge pull request #5669 from donaldsharp/nhg_ip
2020-01-31 Donald Sharpbgpd: enums in switches do not need default
2020-01-31 Donald Sharpbgpd: Cleanup some bad formating
2020-01-31 Donald Sharpdoc: Update doc to reflect changes in `show nexthop...
2020-01-31 Donald Sharpzebra: nexthop groups vrf's are only a function of...
2020-01-31 Donald Sharpzebra: Modify 'show nexthop-group rib ip|ipv6'
2020-01-31 Mark StappMerge pull request #5637 from sworleys/NHG-Zapi-Fuzz
2020-01-31 Santosh P Kzebra: Capabality and stale route handling for GR client.
2020-01-30 Stephen Worleyzebra: add null check before connecting recursive depend
2020-01-30 Stephen Worleyzebra: reset nexthop pointer in zread of nexthops
2020-01-30 Stephen Worleyzebra: don't created connected if duplicate depend
2020-01-30 Santosh P Kzebra: Handling of connection disconnect and connect...
2020-01-30 Santosh P Kzebra: Header file changes and show commands.
2020-01-30 Santosh P Klib: Adding GR capabilites encode and decode.
2020-01-28 Russ WhiteMerge pull request #5210 from bisdhdh/master
2020-01-28 Russ WhiteMerge pull request #4773 from thozza/31-prefix-bcast...
2020-01-28 Russ WhiteMerge pull request #5721 from mjstapp/vty_copy_to_runn
2020-01-28 Mark Stappzebra: add config to disable use of kernel nexthops
2020-01-28 Russ WhiteMerge pull request #5706 from mjstapp/fix_nh_debug_show
2020-01-28 Russ WhiteMerge pull request #5716 from opensourcerouting/bfdd-log
2020-01-28 Russ WhiteMerge pull request #5725 from ton31337/feature/doc_for_...
2020-01-28 Russ WhiteMerge pull request #5731 from chiragshah6/mdev
2020-01-28 Donatas AbraitisMerge pull request #5673 from qlyoung/fix-zebra-ipset...
2020-01-28 Donatas AbraitisMerge pull request #5728 from opensourcerouting/move_rp...
2020-01-27 Chirag Shahbgpd: fix memory leak in evpn json outpus II
2020-01-27 Donatas AbraitisMerge pull request #5727 from chiragshah6/mdev
2020-01-25 Martin Winterdoc: Update RedHat packaging description to use Python 3
2020-01-24 Martin Winterredhat: Update frr.spec.in to move all systems to Pytho...
2020-01-24 Martin Wintertools: Update generate_support_bundle.py to support...
2020-01-24 Chirag Shahbgpd: fix memory leak in evpn json outputs
2020-01-24 Donatas Abraitisdoc: Add documentation about OSPF(6) `set metric [...
2020-01-24 Donald Sharptests: Test some basic kernel <-> zebra interactions
next