]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
2012-03-25 Juliusz Chroboczekvtysh: Vtysh support for babeld.
2012-03-25 Juliusz Chroboczekbabeld: Replace the babeld.conf.sample file by one...
2012-03-25 Matthieu Boutierbabeld: fix interface bug, simplify code.
2012-03-25 Matthieu Boutierbabeld: state-file was loaded too early. Initial seqno...
2012-03-25 Matthieu Boutierbabeld: fix eui64 features.
2012-03-25 Matthieu Boutierbabeld: "return CMD_SUCCESS" was missing for command...
2012-03-25 Matthieu Boutierbabeld: Replace redistribution strings with route_types...
2012-03-25 Matthieu Boutierbabeld: babelz merge.
2012-03-25 Matthieu Boutierbabeld: remove unused variable.
2012-03-25 Ang Way Chuangvtysh: fix regexp for install_element() in babeld
2012-03-25 Denis Ovsienkobabeld: add MP-specific zclient API fix
2012-03-25 Matthieu Boutierbabeld: change the modify route system.
2012-03-25 Matthieu Boutierbabeld: fix bug due to v4mapped addresses.
2012-03-25 Matthieu Boutierbabeld: add command (config) to set debug flags.
2012-03-25 Matthieu Boutierbabeld: remove useless variable, make local another.
2012-03-25 Matthieu Boutiermemory: install babel memory informations.
2012-03-25 Matthieu Boutierbabeld: fix commands informations messages.
2012-03-25 Matthieu Boutierbabeld: place the babel-state file in the quagga vars...
2012-03-25 Matthieu Boutierbabeld: use zlog_debug instead of do_debugf, for debugf.
2012-03-25 Matthieu Boutierbabeld: add command: "show_babel_running_config".
2012-03-25 Matthieu Boutierbabeld: add command: "show_babel_database".
2012-03-25 Matthieu Boutierbabeld: add command: "show_babel_neighbour".
2012-03-25 Matthieu Boutierbabeld: avoid segfault (bug 706).
2012-03-25 Matthieu Boutierbabeld: change fprintf(stderr) in term of zlog_err.
2012-03-25 Denis Ovsienkobabeld: implement "show babel interface" command
2012-03-25 Denis Ovsienkobabeld: add handling of "-z" cmdline arg
2012-03-25 Denis Ovsienkobabeld: bring babel_usage() into focus
2012-03-25 Denis Ovsienkolib: update proto_redistnum() for Babel
2012-03-25 Denis Ovsienkobabeld: address remaining -Wcast-qual warnings
2012-03-25 Matthieu Boutierbabeld: fix bug concerning pidfile.
2012-03-25 Matthieu Boutierbabeld: address some other compilation warnings.
2012-03-25 Denis Ovsienkobabeld: address some compilation warnings
2012-03-25 Denis Ovsienkobabeld: address FreeBSD "struct route" issue
2012-03-25 Matthieu Boutierbabeld: clean kernel_zebra (old functions, fields...).
2012-03-25 Paul Jakmababeld: Initial import, for Babel routing protocol.
2012-03-23 Renato Westphallib: fix endianness bug in prefix.c
2012-03-12 Denis Ovsienkoospfd: reduce ospf_verify_header()
2012-03-12 Denis Ovsienkoospfd: bring ospf_check_auth() into focus
2012-03-12 Denis Ovsienkoospfd: introduce ospf_auth_type_str[]
2012-03-12 Denis Ovsienkoospfd: fix packet length check for auth/LLS cases
2012-03-12 Denis Ovsienkoospfd: introduce ospf_lsa_minlen[] (BZ#705)
2012-03-12 Denis Ovsienkoospfd: review ospf_check_md5_digest()
2012-03-12 Denis Ovsienkoospfd: review ospf_check_auth()
2012-03-12 Denis Ovsienkoospfd: introduce ospf_packet_minlen[] (BZ#705)
2012-03-12 Denis Ovsienkoospfd: fix ospf_packet_add_top() to use LOOKUP()
2012-03-12 Denis Ovsienkoospfd: use LOOKUP() for ospf_packet_type_str
2012-03-08 Paul Jakmadoc: Fix an apparently no longer legal @itemize @asis
2012-03-08 Paul JakmaHACKING.tex: Change to a LaTeX version of HACKING
2012-03-07 Paul JakmaHACKING: Typo fix
2012-03-07 Paul JakmaHACKING: Updates that have some initial consensus,...
2012-03-05 Paul JakmaMerge remote-tracking branch 'quagga-gnu.org/master'
2012-03-04 Paul Jakmabgpd: Open option parse errors don't NOTIFY, resulting...
2012-03-04 Paul Jakmatools/multiple-bgpd: Fix the PREV calculation so it...
2012-03-02 Paul JakmaHACKING.pending: Add Quagga-RE details
2012-02-28 Paul Jakmalib: fix incorrect thread list processing loops
2012-02-28 Paul Jakmabgpd: Move up flag-check calls, parcel up attr-parser...
2012-02-28 Paul Jakmabgpd: consolidate attribute flag checks
2012-02-21 Vyacheslav... ospf6d: remove defaults from iface config (BZ#550)
2012-02-21 Phil Laverdiereospf6d: remove own routes on SIGTERM (BZ#448)
2012-02-21 Denis Ovsienkolib: fix logging of ZEBRA_HELLO message
2012-02-16 Everton Marqueslib: add THREAD_TIMER_MSEC_ON()
2012-02-13 Fritz Reichmannisisd: implement MD5 circuit authentication
2012-02-13 Fritz Reichmannisisd: unexpected kernel routing table (BZ#544)
2012-02-13 Peter Szilagyiisisd: fix wrong next-hops from SPF
2012-02-13 Peter Szilagyiisisd: send proper LSP after DIS election
2012-02-13 Peter Szilagyiisisd: fix circuit state machine
2012-02-11 David Lamparterospf6d: fix out of bounds write in ospf6_prefix_apply_mask
2012-01-26 Denis Ovsienkozebra: justify rtadv VTY commands with arguments
2012-01-26 Denis Ovsienkozebra: freshen RFC references in rtadv
2012-01-26 Denis Ovsienkozebra: use prefix_ipv6 in rtadv_prefix
2012-01-26 Denis Ovsienkozebra: clear host bits of ND RA prefix option
2012-01-26 Denis Ovsienkozebra: justify some IPv6 ND RA timers wrt RFC
2012-01-26 Denis Ovsienkozebra: fix output of IPv6 ND RA options
2012-01-23 Denis Ovsienkofix zebra protocol after MP-BGP changes
2012-01-23 Denis Ovsienkozebra: fix recent MP-BGP commits for FreeBSD
2012-01-23 G.Balajizebra: Removal of the following warning messages
2012-01-23 G.Balajibgpd: Addition of ipv6 network command in Multicast...
2012-01-23 G.Balajizebra: IPv6 MP-BGP Routes addition and deletion
2012-01-23 G.Balajibgpd: IPv6 MP-BGP Routes addition and deletion
2012-01-23 G.Balajizebra: IPv4 MP-BGP Routes addition and deletion
2012-01-23 G.Balajibgpd: IPv4 MP-BGP Routes addition and deletion
2012-01-20 Denis Ovsienkozebra: include MTU option in RA on request (BZ#665)
2012-01-09 Paul Jakmabgpd: reinstate zlookup checks, required for BGP withou...
2012-01-08 Paul JakmaMarker merge for 'RE-0.99.17.6'
2012-01-08 Paul Jakmabgpd: Fix incorrect attribute type code in call to...
2012-01-08 Paul Jakmabgpd: Improve flag error messages in bgp_attr_aspath
2012-01-08 Denis Ovsienkolib: use prefix bit length macros
2012-01-08 Denis Ovsienkoospfd: use IS_LSA_SELF() where appropriate
2012-01-08 Denis Ovsienkobgpd: rewrite attr flag error logging
2012-01-08 Denis Ovsienkodoc: "[no] router zebra" does not belong to ospfd
2012-01-08 Denis Ovsienkoospfd: justify ospf_default_originate_timer()
2012-01-08 Denis Ovsienkoospfd: address more trivial compiler warnings
2012-01-08 Denis Ovsienkoospf6d: ospf6_lsa_cmd_init() does not exist
2012-01-08 Denis Ovsienkobgpd: improve "show ip bgp scan detail"
2012-01-08 Denis Ovsienkobgpd: dismiss some zlookup checks
2012-01-08 Denis Ovsienkobgpd: add "show ip bgp scan detail" command
2012-01-08 Denis Ovsienkobgpd: touch nexthop handling code
2012-01-06 Paul Jakmalib/if: trivial, fix rarely used if debug function...
2012-01-06 Paul Jakmageneral: remove inline qualifiers and move in-header...
2012-01-05 Denis Ovsienkoversion RE-0.99.17.6
next