]> git.proxmox.com Git - mirror_frr.git/history - babeld
bgpd: fix issue in capability negotiation (BZ#700)
[mirror_frr.git] / babeld /
2012-03-25 Paul JakmaMerge branch 'babeld-merge' into master-copy
2012-03-25 Juliusz Chroboczekbabeld: remove "parasitic" mode.
2012-03-25 Denis Ovsienkobabeld: 3 more timing statements in config text
2012-03-25 Juliusz Chroboczekbabeld: consolidate zebra interface into fewer functions.
2012-03-25 Juliusz Chroboczekbabeld: fix typo in kernel_route_add_v6.
2012-03-25 Juliusz Chroboczekbabeld: set interface flags eagerly, not at interface up.
2012-03-25 Juliusz Chroboczekbabeld: more helpful sample conf file.
2012-03-25 Juliusz Chroboczekbabeld: remove remains of standalone babeld's configura...
2012-03-25 Denis Ovsienkobabeld: drive interface_config_write() forward
2012-03-25 Denis Ovsienkobabeld: justify "running-config" meaning in CLI
2012-03-25 Juliusz ChroboczekRemove dead variable reboot_time.
2012-03-25 Juliusz Chroboczekbabeld: display update-interval and resend-delay in...
2012-03-25 Juliusz Chroboczekbabeld: vty commands (hello-interval, update-interval...
2012-03-25 Juliusz Chroboczekbabeld: remove port and group setting commands.
2012-03-25 Juliusz ChroboczekResynchronise with babeld-1.3.1.
2012-03-25 Denis Ovsienkobabeld: dismiss babel_redistribute_unset()
2012-03-25 Matthieu Boutierbabeld: fix wire{d,less} commands name.
2012-03-25 Juliusz Chroboczekbabeld: Add support for blackhole routes.
2012-03-25 Juliusz Chroboczekbabeld: refactor filtering stubs.
2012-03-25 Juliusz Chroboczekbabeld: Use quagga_gettime.
2012-03-25 Juliusz Chroboczekbabeld: Don't use an ifindex when installing IPv4 routes.
2012-03-25 Matthieu Boutierbabeld: remove some unused functions' arguments.
2012-03-25 Juliusz Chroboczekbabeld: Indentation fix.
2012-03-25 Juliusz Chroboczekbabeld: Error handling and tweaks for babeld commands.
2012-03-25 Juliusz Chroboczekbabeld: Fix typo in hello interval command.
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 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 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 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.