summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-25babeld: babelz merge.Matthieu Boutier
2012-03-25babeld: remove unused variable.Matthieu Boutier
2012-03-25vtysh: fix regexp for install_element() in babeldAng Way Chuang
2012-03-25babeld: add MP-specific zclient API fixDenis Ovsienko
2012-03-25babeld: change the modify route system.Matthieu Boutier
2012-03-25babeld: fix bug due to v4mapped addresses.Matthieu Boutier
2012-03-25babeld: add command (config) to set debug flags.Matthieu Boutier
2012-03-25babeld: remove useless variable, make local another.Matthieu Boutier
2012-03-25memory: install babel memory informations.Matthieu Boutier
2012-03-25babeld: fix commands informations messages.Matthieu Boutier
2012-03-25babeld: place the babel-state file in the quagga vars directory.Matthieu Boutier
2012-03-25babeld: use zlog_debug instead of do_debugf, for debugf.Matthieu Boutier
2012-03-25babeld: add command: "show_babel_running_config".Matthieu Boutier
2012-03-25babeld: add command: "show_babel_database".Matthieu Boutier
2012-03-25babeld: add command: "show_babel_neighbour".Matthieu Boutier
2012-03-25babeld: avoid segfault (bug 706).Matthieu Boutier
2012-03-25babeld: change fprintf(stderr) in term of zlog_err.Matthieu Boutier
2012-03-25babeld: implement "show babel interface" commandDenis Ovsienko
2012-03-25babeld: add handling of "-z" cmdline argDenis Ovsienko
2012-03-25babeld: bring babel_usage() into focusDenis Ovsienko
2012-03-25lib: update proto_redistnum() for BabelDenis Ovsienko
2012-03-25babeld: address remaining -Wcast-qual warningsDenis Ovsienko
2012-03-25babeld: fix bug concerning pidfile.Matthieu Boutier
2012-03-25babeld: address some other compilation warnings.Matthieu Boutier
2012-03-25babeld: address some compilation warningsDenis Ovsienko
2012-03-25babeld: address FreeBSD "struct route" issueDenis Ovsienko
2012-03-25babeld: clean kernel_zebra (old functions, fields...).Matthieu Boutier
2012-03-25babeld: Initial import, for Babel routing protocol.Paul Jakma
2012-03-23lib: fix endianness bug in prefix.cRenato Westphal
2012-03-12ospfd: reduce ospf_verify_header()Denis Ovsienko
2012-03-12ospfd: bring ospf_check_auth() into focusDenis Ovsienko
2012-03-12ospfd: introduce ospf_auth_type_str[]Denis Ovsienko
2012-03-12ospfd: fix packet length check for auth/LLS casesDenis Ovsienko
2012-03-12ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko
2012-03-12ospfd: review ospf_check_md5_digest()Denis Ovsienko
2012-03-12ospfd: review ospf_check_auth()Denis Ovsienko
2012-03-12ospfd: introduce ospf_packet_minlen[] (BZ#705)Denis Ovsienko
2012-03-12ospfd: fix ospf_packet_add_top() to use LOOKUP()Denis Ovsienko
2012-03-12ospfd: use LOOKUP() for ospf_packet_type_strDenis Ovsienko
2012-03-08doc: Fix an apparently no longer legal @itemize @asisPaul Jakma
2012-03-08HACKING.tex: Change to a LaTeX version of HACKINGPaul Jakma
2012-03-07HACKING: Typo fixPaul Jakma
2012-03-07HACKING: Updates that have some initial consensus, for further iteration.Paul Jakma
2012-03-05Merge remote-tracking branch 'quagga-gnu.org/master'Paul Jakma
2012-03-04bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma
2012-03-04tools/multiple-bgpd: Fix the PREV calculation so it works for <4 bgpdPaul Jakma
2012-03-02HACKING.pending: Add Quagga-RE detailsPaul Jakma
2012-02-28lib: fix incorrect thread list processing loopsPaul Jakma
2012-02-28bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanupsPaul Jakma
2012-02-28bgpd: consolidate attribute flag checksPaul Jakma