]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
2016-10-20 Quentin Younglib: Allow '_' in arguments to VARIABLE_TKN
2016-10-20 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-19 Donald Sharplib: Fix redist memory free'ing
2016-10-19 Donald Sharplib: Add cleanup for routemaps
2016-10-19 Donald Sharp*: Consolidate routemap initialization
2016-10-18 David Lampartervtysh: refactor vtysh_client_{config,execute}
2016-10-18 Lou Bergerbgpd, lib: memory cleanups for valgrind, plus debug...
2016-10-18 Renato Westphallib/zebra: remove code duplication in redist_del_instance()
2016-10-18 Renato Westphalzebra: fix processing of redistribute messages
2016-10-18 Renato Westphalldpd: remove dead code from zsend_redistribute_route()
2016-10-18 Renato Westphalzebra: cleanup redistribution code
2016-10-18 Renato Westphalzebra: fix redistribution of default routes
2016-10-18 Renato Westphalzebra/ldpd: introduce ZEBRA_ROUTE_ALL wildcard route...
2016-10-18 Paul Jakmabgpd: bgp_nexthop_cache not deleted with peers
2016-10-18 Paul Jakmabgpd: Fix crash in 'show ip bgp nexthop'
2016-10-18 Christian Frankelib: add event_counter
2016-10-18 Christian Frankelib: add api method to read current config path
2016-10-18 Colin Petriebgpd: fix MRT table dumps for locally-originated routes
2016-10-18 David Lamparterzebra: use unsigned args for *addattr
2016-10-18 David Lampartertests: fix MIN()-related sign warnings
2016-10-18 Timo Teräszebra: Fix route deletion on *BSD
2016-10-18 Timo Teräszebra: kernel interface simplification
2016-10-18 David Lamparterzebra: remove rt_ioctl kernel interface
2016-10-18 Lou Bergerbgpd: Fix crash reported by NetDEF CI
2016-10-18 Lou Bergerbgp: add bgp_isvalid_nexthop helper and additional...
2016-10-18 Lou Bergerbgp: ignore NHT when bgpd has never connected to zebra
2016-10-18 Lou Bergerrfapi: cleanup some warnings
2016-10-17 Quentin YoungMerge branch 'cmaster-next' into vtysh-grammar
2016-10-16 Donald Sharpzebra: Fix dist so that zebra includes right .h
2016-10-17 Donald Sharpzebra: Fix compile failure in CI
2016-10-17 vivekzebra: Refactor netlink interactions
2016-10-14 vivekzebra: Derive VRF Id for slave interfaces correctly
2016-10-14 vivekzebra: Ensure correct use of VRF ID versus NS ID
2016-10-14 vivekzebra: Clear off pointer array into which netlink attri...
2016-10-13 Daniel Waltonvtysh: fix build failure in vtysh_writeconfig_integrated()
2016-10-13 Daniel Waltonzebra: Fix signed / unsigned build error
2016-10-13 Renato Westphalospf6d: fix a few vty help strings
2016-10-13 Renato Westphal*: rename all instances of OSPFv6 to OSPF6 or OSPFv3
2016-10-12 Renato Westphallib/vtysh: fix duplicate installation of some vty commands
2016-10-12 Christian Frankevtysh: infer integrated config usage from existence...
2016-10-12 Quentin Youngvtysh: Add missing stomps
2016-10-12 Quentin Youngvtysh: Update extract.pl.in
2016-10-11 Donald Sharpbgp: Fix bi->extra->tag if statement
2016-10-11 Donald Sharpbgpd: Fix peer->weight usage
2016-10-11 Donald Sharpzebra: Fix signed / unsigned comparisons
2016-10-11 Lou Bergerrfapi: cleanup some warnings
2016-10-11 David Lamparterbgpd/rfp: fix remaining index_sub uses
2016-10-11 David Lamparterbuild: remove accidentally-added configure outputs
2016-10-10 Donald Sharpospfd: Fix arm compile issue
2016-10-10 Daniel Waltonbgpd: 'neighbor x.x.x.x weight' should be per address...
2016-10-08 Donald Sharpbgpd: Fix changes caused by index_sub change.
2016-10-08 Donald Sharp*: Consolidate all double VIEW_NODE and ENABLE_NODE's
2016-10-08 Donald Sharplib: Consolidate VIEW_NODE to be ENABLE_NODE as well
2016-10-08 Donald Sharpbgpd, lib: Remove RESTRICTED_NODE from code base
2016-10-08 Christian Frankeripngd: add support for route tags
2016-10-08 Christian Frankeripd: add support for route tags
2016-10-08 Christian Frankeospf6d: add support for route tags
2016-10-08 Christian Franke*: Consistently support 32-bit route tags
2016-10-08 Christian Frankeospfd: Update route in zebra when tag changes
2016-10-08 Donald Sharpzebra: Fix some warnings found during compile.
2016-10-07 Quentin Younglib: Remove `show commandtree`, add `list permutations`
2016-10-07 Quentin Younglib: Add naive deduplication checks when installing...
2016-10-07 Quentin Younglib: Improve formatting for matcher tracing output
2016-10-07 Quentin Youngtools: Pretty print graph after input permutations
2016-10-07 Donald Sharplib: Remove unknown protocol.
2016-10-07 Donald Sharplib: Fix ordering issue in protocol names
2016-10-07 Daniel Waltonbgpd: remove the "exit" at the end of "router bgp"
2016-10-07 David Lamparterzebra: use qobj and enable concurrent config edits
2016-10-07 Renato Westphalldpd: replace global vars w/ qobj for vty context
2016-10-07 Renato Westphalldpd: qobj: register everything
2016-10-07 Renato Westphalldpd: add in-process API for creating/deleting
2016-10-07 Renato Westphalldpd: merge/dup/reload void **ref support
2016-10-07 Renato Westphalldpd: reset interface configuration when it's disabled
2016-10-07 David Lamparterlib, isisd: enable concurrent configuration editing
2016-10-07 David Lamparterisisd: use qobj for vty->index context position
2016-10-07 David Lamparterlib: replace vty->index_sub with qobj
2016-10-07 David Lamparterlib: use qobj for vty->index context position
2016-10-07 David Lamparterlib: vty: add infrastructure for qobj ID "index"
2016-10-07 David Lamparterisisd: qobj: register everything
2016-10-07 David Lamparterlib: qobj: register ifaces, routemaps & keychains
2016-10-07 David Lamparterlib: add "qobj" object-ID infrastructure
2016-10-07 Quentin Younglib: Fix `show running-config` and `write terminal`
2016-10-06 Daniel Waltonall: removed all DEFUN command stomps (fix build errors)
2016-10-06 Daniel Waltonall: removed all DEFUN command stomps
2016-10-06 Quentin Younglib: Log invalid/unknown commands to log file
2016-10-06 Daniel Waltonvtysh: extract.pl <0-255> to (0-255) changes
2016-10-06 Daniel Waltonbgpd: 'Last write' does not update when we TX a keepalive
2016-10-06 Quentin Youngzebra: Fix static route helper function
2016-10-06 Quentin Younglib: Make <cr> appear first in completions
2016-10-06 Quentin Younglib: Check match level when calculating completions
2016-10-05 Quentin Younglib: Add tracing capabilities to command matcher
2016-10-05 Quentin Younglib: Invalid commands are errors, fix msg formatting
2016-10-05 Quentin Youngzebra: Fix typo in zebra command desc
2016-10-04 Quentin Younglib: Allow / and . to match VARIABLE_TKN, fix range...
2016-10-04 Quentin Younglib: Add logging for invalid commands
2016-10-04 Quentin Youngall: Fix various syntax errors
2016-10-04 Quentin Younglib: fix password and enable password syntax
2016-10-04 Quentin Youngospfd, ospf6d, ripd: Fix miscellaneous syntax errors
2016-10-04 Quentin Youngbgpd: Fix off-by-one in `clear [ip] bgp...`
2016-10-03 Quentin Younglib: Clean up completions code, fix segfault on no...
next