summaryrefslogtreecommitdiffstats
path: root/babeld/xroute.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-25ripd: add babel for redistribution.Matthieu Boutier1-1/+2
2012-03-25ripngd: Replace redistribution strings with route_types.h defines.Matthieu Boutier1-124/+74
2012-03-25babeld: Add support for blackhole routes.Juliusz Chroboczek1-21/+43
2012-03-25babeld: refactor filtering stubs.Juliusz Chroboczek3-166/+56
2012-03-25zebra: Display uptime of Babel routes in show ip[v6] route.Juliusz Chroboczek1-0/+4
2012-03-25babeld: Use quagga_gettime.Juliusz Chroboczek1-38/+1
2012-03-25babeld: Don't use an ifindex when installing IPv4 routes.Juliusz Chroboczek1-8/+9
2012-03-25babeld: remove some unused functions' arguments.Matthieu Boutier1-58/+26
2012-03-25doc: fix typo in babeld.Matthieu Boutier1-6/+5
2012-03-25doc: Document babeld.Juliusz Chroboczek3-1/+119
2012-03-25babeld: Indentation fix.Juliusz Chroboczek1-3/+3
2012-03-25babeld: Error handling and tweaks for babeld commands.Juliusz Chroboczek3-8/+11
2012-03-25babeld: Fix typo in hello interval command.Juliusz Chroboczek1-1/+1
2012-03-25vtysh: Vtysh support for babeld.Juliusz Chroboczek5-3/+31
2012-03-25babeld: Replace the babeld.conf.sample file by one that actually works.Juliusz Chroboczek1-31/+13
2012-03-25babeld: fix interface bug, simplify code.Matthieu Boutier2-16/+30
2012-03-25babeld: state-file was loaded too early. Initial seqno too.Matthieu Boutier3-5/+4
2012-03-25babeld: fix eui64 features.Matthieu Boutier2-6/+3
2012-03-25babeld: "return CMD_SUCCESS" was missing for command 'no debug'.Matthieu Boutier1-0/+1
2012-03-25babeld: Replace redistribution strings with route_types.h defines.Matthieu Boutier1-47/+27
2012-03-25babeld: babelz merge.Matthieu Boutier15-317/+792
2012-03-25babeld: remove unused variable.Matthieu Boutier1-1/+0
2012-03-25vtysh: fix regexp for install_element() in babeldAng Way Chuang1-1/+1
2012-03-25babeld: add MP-specific zclient API fixDenis Ovsienko1-0/+4
2012-03-25babeld: change the modify route system.Matthieu Boutier1-35/+14
2012-03-25babeld: fix bug due to v4mapped addresses.Matthieu Boutier2-6/+6
2012-03-25babeld: add command (config) to set debug flags.Matthieu Boutier1-0/+77
2012-03-25babeld: remove useless variable, make local another.Matthieu Boutier2-3/+1
2012-03-25memory: install babel memory informations.Matthieu Boutier1-0/+3
2012-03-25babeld: fix commands informations messages.Matthieu Boutier2-8/+10
2012-03-25babeld: place the babel-state file in the quagga vars directory.Matthieu Boutier1-1/+1
2012-03-25babeld: use zlog_debug instead of do_debugf, for debugf.Matthieu Boutier1-2/+2
2012-03-25babeld: add command: "show_babel_running_config".Matthieu Boutier7-0/+105
2012-03-25babeld: add command: "show_babel_database".Matthieu Boutier2-0/+63
2012-03-25babeld: add command: "show_babel_neighbour".Matthieu Boutier1-0/+48
2012-03-25babeld: avoid segfault (bug 706).Matthieu Boutier2-1/+14
2012-03-25babeld: change fprintf(stderr) in term of zlog_err.Matthieu Boutier4-32/+27
2012-03-25babeld: implement "show babel interface" commandDenis Ovsienko1-0/+60
2012-03-25babeld: add handling of "-z" cmdline argDenis Ovsienko1-1/+6
2012-03-25babeld: bring babel_usage() into focusDenis Ovsienko1-23/+26
2012-03-25lib: update proto_redistnum() for BabelDenis Ovsienko1-2/+6
2012-03-25babeld: address remaining -Wcast-qual warningsDenis Ovsienko3-8/+8
2012-03-25babeld: fix bug concerning pidfile.Matthieu Boutier1-2/+1
2012-03-25babeld: address some other compilation warnings.Matthieu Boutier4-11/+11
2012-03-25babeld: address some compilation warningsDenis Ovsienko5-42/+1
2012-03-25babeld: address FreeBSD "struct route" issueDenis Ovsienko4-58/+58
2012-03-25babeld: clean kernel_zebra (old functions, fields...).Matthieu Boutier2-73/+0
2012-03-25babeld: Initial import, for Babel routing protocol.Paul Jakma50-34/+8535
2012-03-23lib: fix endianness bug in prefix.cRenato Westphal1-4/+14
2012-03-12ospfd: reduce ospf_verify_header()Denis Ovsienko1-15/+6