summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | babeld: Replace redistribution strings with route_types.h defines.Matthieu Boutier2012-03-251-47/+27
| * | babeld: babelz merge.Matthieu Boutier2012-03-2515-317/+792
| * | babeld: remove unused variable.Matthieu Boutier2012-03-251-1/+0
| * | vtysh: fix regexp for install_element() in babeldAng Way Chuang2012-03-251-1/+1
| * | babeld: add MP-specific zclient API fixDenis Ovsienko2012-03-251-0/+4
| * | babeld: change the modify route system.Matthieu Boutier2012-03-251-35/+14
| * | babeld: fix bug due to v4mapped addresses.Matthieu Boutier2012-03-252-6/+6
| * | babeld: add command (config) to set debug flags.Matthieu Boutier2012-03-251-0/+77
| * | babeld: remove useless variable, make local another.Matthieu Boutier2012-03-252-3/+1
| * | memory: install babel memory informations.Matthieu Boutier2012-03-251-0/+3
| * | babeld: fix commands informations messages.Matthieu Boutier2012-03-252-8/+10
| * | babeld: place the babel-state file in the quagga vars directory.Matthieu Boutier2012-03-251-1/+1
| * | babeld: use zlog_debug instead of do_debugf, for debugf.Matthieu Boutier2012-03-251-2/+2
| * | babeld: add command: "show_babel_running_config".Matthieu Boutier2012-03-257-0/+105
| * | babeld: add command: "show_babel_database".Matthieu Boutier2012-03-252-0/+63
| * | babeld: add command: "show_babel_neighbour".Matthieu Boutier2012-03-251-0/+48
| * | babeld: avoid segfault (bug 706).Matthieu Boutier2012-03-252-1/+14
| * | babeld: change fprintf(stderr) in term of zlog_err.Matthieu Boutier2012-03-254-32/+27
| * | babeld: implement "show babel interface" commandDenis Ovsienko2012-03-251-0/+60
| * | babeld: add handling of "-z" cmdline argDenis Ovsienko2012-03-251-1/+6
| * | babeld: bring babel_usage() into focusDenis Ovsienko2012-03-251-23/+26
| * | lib: update proto_redistnum() for BabelDenis Ovsienko2012-03-251-2/+6
| * | babeld: address remaining -Wcast-qual warningsDenis Ovsienko2012-03-253-8/+8
| * | babeld: fix bug concerning pidfile.Matthieu Boutier2012-03-251-2/+1
| * | babeld: address some other compilation warnings.Matthieu Boutier2012-03-254-11/+11
| * | babeld: address some compilation warningsDenis Ovsienko2012-03-255-42/+1
| * | babeld: address FreeBSD "struct route" issueDenis Ovsienko2012-03-254-58/+58
| * | babeld: clean kernel_zebra (old functions, fields...).Matthieu Boutier2012-03-252-73/+0
| * | babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-2550-34/+8535
|/ /
* | lib: fix endianness bug in prefix.cRenato Westphal2012-03-231-4/+14
* | ospfd: reduce ospf_verify_header()Denis Ovsienko2012-03-121-15/+6
* | ospfd: bring ospf_check_auth() into focusDenis Ovsienko2012-03-121-70/+100
* | ospfd: introduce ospf_auth_type_str[]Denis Ovsienko2012-03-122-2/+15
* | ospfd: fix packet length check for auth/LLS casesDenis Ovsienko2012-03-121-5/+5
* | ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko2012-03-123-1/+267
* | ospfd: review ospf_check_md5_digest()Denis Ovsienko2012-03-121-15/+5
* | ospfd: review ospf_check_auth()Denis Ovsienko2012-03-121-4/+3
* | ospfd: introduce ospf_packet_minlen[] (BZ#705)Denis Ovsienko2012-03-122-9/+60
* | ospfd: fix ospf_packet_add_top() to use LOOKUP()Denis Ovsienko2012-03-121-1/+1
* | ospfd: use LOOKUP() for ospf_packet_type_strDenis Ovsienko2012-03-124-17/+20
* | doc: Fix an apparently no longer legal @itemize @asisPaul Jakma2012-03-081-2/+2
* | HACKING.tex: Change to a LaTeX version of HACKINGPaul Jakma2012-03-084-406/+482
* | HACKING: Typo fixPaul Jakma2012-03-071-1/+1
* | HACKING: Updates that have some initial consensus, for further iteration.Paul Jakma2012-03-071-31/+80
* | Merge remote-tracking branch 'quagga-gnu.org/master'Paul Jakma2012-03-053-9/+18
|\ \
| * | bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma2012-03-042-8/+16
| * | tools/multiple-bgpd: Fix the PREV calculation so it works for <4 bgpdPaul Jakma2012-03-041-1/+2
* | | HACKING.pending: Add Quagga-RE detailsPaul Jakma2012-03-021-0/+5
* | | bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanupsPaul Jakma2012-02-282-278/+208
* | | bgpd: consolidate attribute flag checksPaul Jakma2012-02-281-88/+133
|/ /