]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
2020-09-29 Donald SharpMerge pull request #7039 from opensourcerouting/bgp...
2020-09-29 Mark StappMerge pull request #7156 from sworleys/PBR-Cleanup...
2020-09-29 Donald SharpMerge pull request #7198 from idryzhov/vtysh-disable...
2020-09-29 Patrick RuddyMerge pull request #7188 from chiragshah6/evpn_dev
2020-09-29 Mark StappMerge pull request #7199 from donaldsharp/nhg_reasons
2020-09-29 Donald SharpMerge pull request #7177 from mjstapp/fix_topo_tab_open
2020-09-29 Donald SharpMerge pull request #7197 from idryzhov/fix-tests
2020-09-29 Donald Sharpzebra: Make nexthop_active check use the same debug 7199/head
2020-09-29 Donald Sharpzebra: Add missing reason we could not make an active_n...
2020-09-29 Igor Ryzhovvtysh: respect --disable-daemon configure flags 7198/head
2020-09-29 Igor Ryzhovvtysh: rearrange commands per daemon and node
2020-09-29 Donald SharpMerge pull request #7193 from idryzhov/vtysh-fixes
2020-09-29 Igor Ryzhovtests: skip tests when building without daemon 7197/head
2020-09-29 Chirag Shahzebra: avoid duplication node in l3vni l2vni-list 7188/head
2020-09-28 Mark StappMerge pull request #6799 from sworleys/Proto-NHG
2020-09-28 Stephen Worleyzebra: set NHG/backup NHG pointers on success zapi... 6799/head
2020-09-28 Stephen Worleysharpd: make id log more specific
2020-09-28 Stephen Worleylib,zebra,sharpd: add code for backup proto-NHs but...
2020-09-28 Stephen Worleylib,sharpd: align zapi NHG apis a bit
2020-09-28 Stephen Worleyzebra: add type to nhg_prot_del API for sanity check
2020-09-28 Stephen Worleysharp: add check for num_nh > multipath
2020-09-28 Stephen Worleyzebra: free ctx if we skip replace for NHG PROTO routes
2020-09-28 Stephen Worleyzebra: limit no re-install to NHG PROTO using routes
2020-09-28 Stephen Worleylib: add doc to clear-up hash_iterate multi deletion
2020-09-28 Stephen Worleyzebra: use list to mark for removal when scoring
2020-09-28 Stephen Worleylib: add proto NHG Notif header to log command types
2020-09-28 Stephen Worleytests: add topotest for NHG Proto APIs
2020-09-28 Stephen Worleyzebra: reject proto NHGs of blackhole/interface
2020-09-28 Stephen Worleyzebra,sharpd: checkpatch fixes
2020-09-28 Stephen Worleylib,zebra,sharpd: clang format
2020-09-28 Stephen Worleyzebra: clean up the NHG proto zapi code a bit
2020-09-28 Stephen Worleyzebra: multipath number checks with NHG proto
2020-09-28 Stephen Worleyzebra: add flag track released state of proto NHGS
2020-09-28 Stephen Worleysharpd: implement NHG notification handling
2020-09-28 Stephen Worleyzebra: reply fail on NHG add if not ifindex/onlink
2020-09-28 Stephen Worleylib,zebra: fixup NHG notify zapi messaging
2020-09-28 Donald Sharpzebra: Properly set NEXTHOP_FLAG_FIB when skipping...
2020-09-28 Donald Sharpzebra: Only install a minimal amount of times
2020-09-28 Stephen WorleyRevert "lib,sharpd,pbrd: `set installable` nhg command"
2020-09-28 Stephen Worleyzebra: add logging for NHG ignoring in netlink
2020-09-28 Stephen Worleylib: add logging for ZEBRA_NHG_ADD[DEL]
2020-09-28 Stephen Worleylib,sharpd,pbrd: `set installable` nhg command
2020-09-28 Stephen Worleyzebra: return the proto nhe on del even with refs
2020-09-28 Stephen Worleyzebra: fix releasing proto-owned singletons
2020-09-28 Stephen Worleyzebra: increment the nhg proto score iterator
2020-09-28 Stephen Worleyzebra: fix refcnt/rib issues in NHG replace/delete
2020-09-28 Stephen Worleyzebra: warn if zapi NHG add has no nexthops
2020-09-28 Stephen Worleyzebra: handle proto NHG uninstall client disconnect
2020-09-28 Stephen Worleyzebra: inc/dec refcount on add/del NHG proto
2020-09-28 Stephen Worleyzebra: remove unneeded nhg repalce boilerplate
2020-09-28 Donald Sharpzebra: Prevent duplicate re-install
2020-09-28 Stephen Worleylib,doc: add `onlink` flag to nexthop group config
2020-09-28 Stephen Worleylib: add onlink flag to zapi_nh conversion helper
2020-09-28 Stephen Worleyzebra: fix route validity check with NHG ID
2020-09-28 Stephen Worleyzebra: use the passed proto from zapi
2020-09-28 Stephen Worleyzebra: make NHG ID allocation smarter
2020-09-28 Stephen Worleysharpd: print the correct ID the NHG is using
2020-09-28 Stephen Worleyzebra: NHG ID bounds macros
2020-09-28 Stephen Worleyzebra: dont update counter if outside of zebra ID range
2020-09-28 Stephen Worleyzebra: special handling for proto-NHG-based routes
2020-09-28 Stephen Worleyzebra: handle zapi routes with NHG ID set
2020-09-28 Stephen Worleyzebra: implement NHG proto replace
2020-09-28 Stephen Worleyzebra: hash proto-created but zebra ID spaced NHGS
2020-09-28 Stephen Worleyzebra,lib: command to only install proto-based nexthops
2020-09-28 Stephen Worleyzebra: implement protocol NHG Add/Del
2020-09-28 Stephen Worleyzebra: remove NHG unhashable flag and its code
2020-09-28 Donald Sharpsharpd: add abilty to send a nhg to zebra
2020-09-28 Donald Sharplib, zebra: Add ability to send down a nhgid over route...
2020-09-28 Donald Sharplib, zebra: Add ZAPI_NHG_ADD|DELETE
2020-09-28 Donald Sharpzebra: Refactor nexthop reading from zapi messages
2020-09-28 Donald Sharplib: Add the ability to grab a nhg starting id
2020-09-28 Donald Sharpzebra: Convert zserv_nexthop_num_warn to return bool
2020-09-28 Igor Ryzhovvtysh: fix exit from keychain node 7193/head
2020-09-28 Igor Ryzhovvtysh: fix exit from babeld node
2020-09-28 Donatas AbraitisMerge pull request #7178 from taspelund/bgp_timers
2020-09-28 Rafael ZalamenaMerge pull request #7187 from idryzhov/fix-configure
2020-09-27 Igor Ryzhovbuild: remove redundant commas 7187/head
2020-09-26 Mark Stapptests: avoid python2 regex syntax 7177/head
2020-09-26 Mark Stapptests: report uname info once per test
2020-09-26 Mark Stapptests: improve unicode handling
2020-09-26 Mark Stapptests: python3 compat fixes for topotests: tabs and...
2020-09-26 Renato WestphalMerge pull request #7063 from idryzhov/yang-leafref
2020-09-26 Renato WestphalMerge pull request #7181 from volta-networks/fix_isis_t...
2020-09-26 Donatas AbraitisMerge pull request #7182 from donaldsharp/bgp_static_32s
2020-09-26 Donatas AbraitisMerge pull request #7171 from dslicenc/bgp-rid-update
2020-09-26 Ondřej SurýMerge pull request #7183 from oerdnj/master
2020-09-26 Ondřej SurýLower the debhelper depends for Debian Jessie and Ubunt... 7183/head
2020-09-26 Ondřej SurýBump standards version
2020-09-26 Ondřej SurýSync frr-doc.doc-base, d/frr.conf and d/frr.install...
2020-09-26 Ondřej SurýSync debian/watchfrr.rc with debian/master branch
2020-09-26 Ondřej SurýDepend on debhelper >= 10 and drop dh-systemd dependenc...
2020-09-26 Ondřej SurýWork around the sphinx-build error that doesn't copy...
2020-09-26 Ondřej SurýUse wrap-and-sort -a to unify debian/ wrapping and...
2020-09-26 Ondřej SurýBump standards version to 4.5.0.2 (latest) - no change
2020-09-26 Ondřej SurýConvert the package to dh compat level 10
2020-09-26 Ondřej SurýUpdate and simplify d/watch
2020-09-26 Ondřej SurýMake lsb-base a hard dependency
2020-09-26 Ondřej SurýRemove mention of pkg.frr.snmp build profile from debia...
2020-09-26 Ondřej SurýAdd missing lsof dependency
2020-09-26 Ondřej SurýRemove unused debian/watchfrr.rc file
next