]> git.puffer.fish Git - matthieu/frr.git/shortlog
matthieu/frr.git
2017-01-27 Donald SharpMerge remote-tracking branch 'origin/master' into pr/111
2017-01-27 Lou BergerMerge pull request #107 from donaldsharp/bgpafisafi
2017-01-27 Donald Sharpbgpd: Fix assert condition error.
2017-01-27 Donald Sharpbgp: Add Asserts and remove dead code
2017-01-27 Donald Sharpbgpd: Make usage of idx consistent
2017-01-27 Donald Sharpbgpd: Fix possible crash and some minor CR issues
2017-01-26 Donald SharpMerge pull request #123 from opensourcerouting/graph...
2017-01-26 Donald SharpMerge remote-tracking branch 'origin/master' into bgpaf...
2017-01-26 David Lamparterlib: graph: fix vector_remove()
2017-01-26 David Lamparterlib: graph: speed up node deletion
2017-01-26 David Lamparterlib: graph: fix deletions
2017-01-26 David LamparterMerge branch 'frr/pull/118'
2017-01-25 Donald SharpMerge pull request #101 from LabNConsulting/working...
2017-01-25 David LamparterMerge branch 'frr/pull/92' (BGP Large Community support)
2017-01-25 David Lamparterbgpd: lcommunity: fix minor issues
2017-01-25 David Lamparterbgpd: lcommunity: fix whitespace & copyright
2017-01-25 Donald Sharpbgpd: Remove redundant warning message
2017-01-25 Donald Sharpbgpd: Add some documentation for bgp_vty_find_and_parse...
2017-01-25 Donald Sharppimd: Cleanup some missing help strings.
2017-01-25 Donald SharpMerge pull request #116 from bingen/bugfix/zclient_miss...
2017-01-25 ßingenlib: Fix missing break in zlcient switch
2017-01-25 Donald Sharpbgpd: Add ability to clean lcommunity hash
2017-01-25 Donald Sharppimd: Fix double add of command
2017-01-25 Donald SharpMerge pull request #105 from opensourcerouting/cli_merg...
2017-01-25 Quentin YoungMerge pull request #114 from opensourcerouting/parser...
2017-01-25 David Lamparterlib: parser: fix memory management
2017-01-24 Donald SharpMerge pull request #104 from opensourcerouting/time...
2017-01-24 David LamparterMerge pull request #42 from donaldsharp/pim_lib_work2
2017-01-24 Philippe Guibertbgpd: fix show ip bgp ipv4|ipv6 vpn command
2017-01-24 Philippe Guibertbgpd: move bgp_show_type enumerate to bgp_route.h
2017-01-24 Philippe Guibertbgpd: fix ambiguity between show ip bgp ipv4|ipv6 encap...
2017-01-24 Philippe Guibertbgpd: remove duplicated vty command to enter in vpn...
2017-01-24 Donald Sharpbgpd: Fix crash with parsing the community
2017-01-24 Donald Sharpbgpd: Clean up 'show bgp neighbor ...' commands
2017-01-24 Donald Sharpbgpd: Cleanup 'show .... statistics' command
2017-01-24 Donald Sharpbgpd: Cleanup 'view all' command
2017-01-24 Donald Sharpbgp: Fix 'show .... regexp REGEX...'
2017-01-24 Donald Sharpbgpd: Cleanup 'show .... <bestpath|multipath>'
2017-01-24 Donald Sharpbgpd: Start cleanup of 'show [ip] bgp ...' commands
2017-01-24 Donald Sharpbgpd: Fix vpn commands cli
2017-01-24 Donald Sharpbgpd: Remove unused function bgp_parse_safi
2017-01-24 Donald Sharpbgpd: Fix function used only within KEEP_OLD_VPN_COMMANDS
2017-01-24 Donald Sharplib: Add VRF_ALL define
2017-01-24 David LamparterMerge branch 'frr/pull/93'
2017-01-24 David Lamparterbgpd: fix whitespace
2017-01-24 David LamparterMerge pull request #96 from qlyoung/guard-strict-dedup
2017-01-24 David Lamparterzebra: fpm: fix --enable-dev-build
2017-01-24 David Lampartergrammar_sandbox: detab
2017-01-24 David Lamparterlib: parser: guard yylloc
2017-01-23 David Lamparterbuild: support bison < 3.0 for parse.error=verbose
2017-01-23 David Lamparterlib: time: add TIMEVAL_TO_TIMESPEC
2017-01-23 Lou Bergerbgpd: restore show bgp neighbors command
2017-01-23 David Lampartergrammar_sandbox: add into daemons if DEV_BUILD
2017-01-23 David Lampartergrammar_sandbox: add .dot file writing capability
2017-01-23 David Lamparterlib: parser: add error location reporting
2017-01-23 David Lamparterlib: parser: unify subgraphs & simplify even more
2017-01-23 David Lamparterlib: parser: keep subgraph pointers on stack
2017-01-23 David Lamparterlib: parser: track matching FORK_TKN & JOIN_TKN
2017-01-23 David Lamparterlib: parser: simplify OPTION_TKN & SELECTOR_TKN
2017-01-23 David Lamparterlib: parser: free Mr. T
2017-01-23 David Lamparterlib: cope with negative timeout in thread.c
2017-01-23 David Lamparterlib: time: clean out thread.c
2017-01-23 David Lamparterospfd: simplify SPF time consumption calculations
2017-01-23 David Lamparter*: use monotime()
2017-01-23 David Lamparter*: remove quagga_gettime() return value checks
2017-01-23 David Lamparterlib: time: remove local time helpers
2017-01-23 David Lamparterlib: time: remove recent_time
2017-01-23 David Lamparterlib: time: remove recent_relative_time()
2017-01-23 David Lamparterospf6d: time: remove unused/duplicate helpers
2017-01-23 David Lamparterospfd: time: replace local helpers with monotime
2017-01-23 David Lamparterlib: time: add new monotime() helpers
2017-01-23 Lou Bergerbgpd: disambiguate differet forms of
2017-01-23 Lou Bergerbgpd rfapi: add NVE/VRF name to show vnc registrations
2017-01-23 Lou Bergerbgpd: add vrf-policy config using existing vnc code
2017-01-23 Lou Bergerbgpd rfapi: fix issue where advertised prefixes were...
2017-01-20 Donald SharpMerge pull request #90 from LabNConsulting/remotes...
2017-01-20 Donald SharpMerge pull request #88 from pguibert6WIND/mergedown_vpn...
2017-01-20 Donald Sharpbgpd: Fix cli for large-communities
2017-01-19 Quentin Younglib: guard strict cli completions
2017-01-19 Donald Sharppimd: Cleanup the headers.
2017-01-19 Donald Sharppimd: PIM_MRT is a linux specific piece of code.
2017-01-19 Donald Sharppimd: Fix README file for FRR
2017-01-19 Donald Sharppimd: Cleanup compile warnings
2017-01-19 Donald Sharppimd: Missing include causes compile failure on some...
2017-01-19 Donald SharpMerge remote-tracking branch 'origin/master' into pim_l...
2017-01-19 Donald Sharpisisd: Fix unused variable in some situations.
2017-01-19 Donald Sharpzebra: Fix signed/unsigned comparison
2017-01-19 Donald Sharpbgpd: Cleanup some compiler warnings
2017-01-19 Donald Sharplib: Add some documentation to wheel.h
2017-01-18 Job SnijdersSupport for BGP Large Communities
2017-01-18 Lou Bergerbgpd: use address-family <afi> <safi> in show running...
2017-01-18 Lou Bergerbgpd rfapi: use VN as nexthop for MPLS tunnels too
2017-01-18 Lou Bergerbgpd: allow VPN next hop to be different AFI than NLRI...
2017-01-18 Lou Bergerbgpd: fix RD stomping by update group code (Issue #71)
2017-01-18 Donald SharpMerge pull request #73 from opensourcerouting/ldpd...
2017-01-18 Donald SharpMerge pull request #89 from opensourcerouting/queue...
2017-01-18 David Lamparterbuild: include copy of pkg.m4, fix invocation
2017-01-18 David LamparterMerge pull request 'frr/pull/87'
2017-01-18 David LamparterMerge pull request 'frr/pull/85'
2017-01-18 Donald Sharpzebra: Fix compile warnings under freebsd
next