]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2016-08-09 Quentin Younglib: Remove unnecessary XSTRDUP
2016-08-09 Quentin Younglib: Revert breaking change to cmp_node
2016-08-09 Quentin Younglib: Fix use after free in lexer
2016-08-09 Quentin Younglib: Fix various minor bugs
2016-08-08 Quentin Younglib: Code cleanup, formatting, & headers
2016-08-05 Quentin Younglib: Major parser refactor
2016-08-05 Quentin Younglib: Add docstring support
2016-08-05 Quentin Younglib: Improve matching disambiguation
2016-08-04 Quentin Younglib: Unrefactor to signed long long for ranges
2016-08-04 Quentin Younglib: Allow optional whitespace in ranges
2016-08-04 Quentin Younglib: Add support for negative ranges
2016-08-04 Quentin Younglib: Refactor format parser
2016-08-03 Quentin Younglib: Fix use after free in matcher
2016-08-03 Quentin Younglib: Implement status variable
2016-08-03 Quentin Younglib: Implement full command disambiguation logic
2016-08-02 Quentin Younglib: Add vararg support
2016-08-02 Quentin Younglib: Reorganize command matcher
2016-08-01 Quentin Younglib: Add partial completion support
2016-08-01 Quentin Younglib: Fix OOB range parses, variable matches
2016-08-01 Quentin Younglib: Fixed bad node copy, modified token regex
2016-08-01 Quentin Younglib: Add partial matching support
2016-07-29 Quentin Younglib: Retab command_match.c
2016-07-29 Quentin Younglib: Re-add partial IPV4 matching support
2016-07-29 Quentin Younglib: Cleanup some memory issues in CLI
2016-07-27 Quentin Younglib: Improve argv construction
2016-07-27 Quentin Younglib: Cleanup parser memory management
2016-07-27 Quentin Younglib: Add matching and argv support
2016-07-26 Quentin Younglib: Incremental matching improvement
2016-07-22 Quentin Younglib: Reorganize some matching stuff
2016-07-21 Quentin Younglib: Mostly complete matcher
2016-07-19 Quentin Younglib: Break up functions, begin matcher
2016-07-19 Quentin Younglib: Implement node comparison function
2016-07-18 Quentin Younglib: Fix some DFA construction bugs
2016-07-17 Quentin Younglib: Finish implementing grammar, DFA construction
2016-07-12 Quentin Younglib: Add generated parser files to .gitignore
2016-07-12 Quentin Younglib: Change some includes
2016-07-12 Quentin Younglib: Update build config for new parser
2016-07-12 Quentin Younglib: Start implementing DFA
2016-07-12 Quentin Younglib: Add parser, lexer, and command tree skeleton
2016-07-12 Quentin Younglib: Cleanup cmd_execute_command
2016-07-12 Quentin YoungAdd grammar sandbox framework
2016-07-12 Donald Sharppimd: Start naive implementation of anysource_forward_stop
2016-07-12 Donald Sharppimd: IGMPv3 leave not deleting group entry
2016-07-12 Quentin Younglib: Rewrite ipv4 address and prefix validator
2016-07-12 Quentin Younglib: Disallow % in IPv6 addresses and prefixes
2016-07-12 Quentin Younglib: Rewrite ipv6 prefix matcher
2016-07-11 Don Sliceall: add default log file if none are defined
2016-07-11 Donald Sharppimd: static joins no longer worked
2016-07-11 Donald SharpRevert "pimd: Prevent igmp packet loopback."
2016-07-02 Sid Khotbgpd: BGP should accept "router-id IFNAME"
2016-07-02 Sid Khotbgpd: "neigbor <interface> ttl-security hops" should...
2016-06-30 Donald Sharppimd: Set default logfile to Quagga.log
2016-06-29 Donald Sharppim: Show Iif for 'show ip pim upstream' command
2016-06-29 Donald Sharppimd: Fix igmp isex_excl
2016-06-29 Donald Sharppimd: Pass the appropriate data structure around
2016-06-29 Donald Sharppimd: Ensure we should accept a kernel upcall
2016-06-29 Donald Sharppimd: Prevent igmp packet loopback.
2016-06-29 Donald Sharppimd: Make pim_channel_add_oif failures debugs
2016-06-29 Donald Sharppimd: Make received packet zlog_err a zlog_debug
2016-06-29 Donald Sharppimd: Bind pim sockets to interface they are associated...
2016-06-28 Don SliceMerge branch 'cmaster-next' of ssh://stash.cumulusnetwo...
2016-06-28 Don Slicezebra/ospf/ospf6: Fix several memory leaks on if up...
2016-06-27 Donald Sharppimd: When receiving the register packet, create the...
2016-06-27 Donald Sharppimd: Refactor pim_scan_oil
2016-06-27 Donald Sharppimd: Allow (*,G) to work properly.
2016-06-27 Dave OlsonProvide example on how to run sudo vtysh show commands...
2016-06-27 Don Slicezebra: resolved problem with show ip route vrf
2016-06-24 Donald Sharppimd: Fix register receive pointer arithmetic
2016-06-23 Donald Sharppimd: Removing extra asserts
2016-06-23 Quentin Younglib: Add documentation to internal command format parse...
2016-06-23 Donald Sharppimd: Fix igmp Trace logging
2016-06-23 Donald Sharppimd: Move timer information to TRACE_DETAIL
2016-06-23 Donald Sharppimd: Handle pimreg a bit better
2016-06-23 Donald Sharppimd: Turn some trace information to trace detail
2016-06-23 Donald Sharppimd: Allow pimreg device to be output vif
2016-06-22 Donald Sharppimd: Get proper group on register receive
2016-06-22 Donald Sharppimd: Fix checking to see if we are a RP or not
2016-06-22 Donald Sharppimd: Log Rotate is not working properly
2016-06-22 Paul Jakmavtysh: auto-generated vtysh_cmd.c file should depend...
2016-06-21 Donald Sharpbgpd: Fix another clang warning
2016-06-21 Quentin Youngzebra: Add iface index to RA message count increment...
2016-06-21 Quentin Youngzebra: Suppress 'ip forwarding' in configuration output
2016-06-21 Quentin Youngzebra: Add `debug zebra kernel msgdump` functionality
2016-06-21 Daniel Waltonquagga-reload.py thinks the BGP ASN changed when it...
2016-06-21 Daniel WaltonFix build warnings in start-stop-daemon.c
2016-06-20 Quentin Youngzebra: Change bitwise operations to purpose-built macros
2016-06-20 Quentin Youngzebra: Add ipv6 router advertisement message counter
2016-06-20 Donald Sharpquagga: Allow compile time determination of v6 RR semantics
2016-06-18 Donald Sharppimd: Prevent loopback from forming neighbor
2016-06-18 Donald Sharppimd: Apparently compilers are evil
2016-06-18 Donald Sharppimd: Separate pim vif index spot from ifindex
2016-06-17 Donald Sharppimd: Remove unneeded shell scripts
2016-06-17 Quentin YoungFix missing parameter in call to openzlog
2016-06-17 Donald Sharppim: Fix NOCACHE to use incoming interface
2016-06-17 Donald Sharplib: Remove 'show memory pim' unused command
2016-06-17 Donald Sharppim
2016-06-17 Daniel Waltonbgp_recalculate_all_bestpaths() should check if rn...
2016-06-17 Donald Sharppimd: Tell code to use ifindex
2016-06-17 Donald Sharppimd: Use the ifindex to create vif device
2016-06-17 Daniel WaltonRevert "bgpd: bgp_scan shouldn't queue up route_nodes...
next