mirror_frr/babeld
Denis Ovsienko a14ef5eecc babeld: justify "running-config" meaning in CLI
The primary focus of this commit is to make "show running-config"
command display more current configuration, including some of the bits
previously seen in the output of "show babel running-config". Besides
that, the following commands were renamed for consistency with the
syntax of other components:

"debug *" to "debug babel *" (and moved to top level)
"show babel running-config" to "show babel parameters"

* babel_interface.c
  * show_babel_running_config(): rename to show_babel_parameters(),
    update syntax pattern, don't call show_babeld_configuration()
  * babel_if_init(): update respectively
  * babel_enable_if_config_write(): new VTY helper for static
    babel_enable_if
* babel_interface.h: add extern declaration
* babel_main.c: unset all debug options by default
  * show_babel_main_configuration(): remove debug options decoder
* babel_zebra.c
  * babel_debug(): rename to debug_babel(), update syntax pattern
  * no_babel_debug(): rename to no_debug_babel(), update syntax pattern
  * babelz_zebra_init(): update respectively
  * debug_babel_config_write() new VTY helper for static debug_type
* babel_zebra.h: add extern declaration
* babeld.c
  * babel_config_write(): add the code to output "debug babel *",
    "router babel", "redistribute *" and "network *" statements
  * show_babeld_configuration(): dismiss
* babeld.h: remove extern declaration
* babeld.texi: update for renamed commands
* babeld.conf.sample: idem, add debug statements block
2012-03-25 17:06:54 +01:00
..
.gitignore babeld: Initial import, for Babel routing protocol. 2012-03-25 17:06:51 +01:00
babel_filter.c babeld: refactor filtering stubs. 2012-03-25 17:06:53 +01:00
babel_filter.h babeld: refactor filtering stubs. 2012-03-25 17:06:53 +01:00
babel_interface.c babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babel_interface.h babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babel_main.c babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babel_main.h Resynchronise with babeld-1.3.1. 2012-03-25 17:06:54 +01:00
babel_zebra.c babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babel_zebra.h babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babeld.c babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babeld.conf.sample babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
babeld.h babeld: justify "running-config" meaning in CLI 2012-03-25 17:06:54 +01:00
kernel_zebra.c babeld: Add support for blackhole routes. 2012-03-25 17:06:54 +01:00
kernel.c babeld: Use quagga_gettime. 2012-03-25 17:06:53 +01:00
kernel.h babeld: clean kernel_zebra (old functions, fields...). 2012-03-25 17:06:52 +01:00
LICENCE babeld: Initial import, for Babel routing protocol. 2012-03-25 17:06:51 +01:00
Makefile.am babeld: Initial import, for Babel routing protocol. 2012-03-25 17:06:51 +01:00
message.c Resynchronise with babeld-1.3.1. 2012-03-25 17:06:54 +01:00
message.h babeld: Initial import, for Babel routing protocol. 2012-03-25 17:06:51 +01:00
neighbour.c babeld: babelz merge. 2012-03-25 17:06:53 +01:00
neighbour.h babeld: Initial import, for Babel routing protocol. 2012-03-25 17:06:51 +01:00
net.c babeld: babelz merge. 2012-03-25 17:06:53 +01:00
net.h babeld: address remaining -Wcast-qual warnings 2012-03-25 17:06:52 +01:00
resend.c Resynchronise with babeld-1.3.1. 2012-03-25 17:06:54 +01:00
resend.h Resynchronise with babeld-1.3.1. 2012-03-25 17:06:54 +01:00
route.c Resynchronise with babeld-1.3.1. 2012-03-25 17:06:54 +01:00
route.h babeld: babelz merge. 2012-03-25 17:06:53 +01:00
source.c babeld: babelz merge. 2012-03-25 17:06:53 +01:00
source.h babeld: babelz merge. 2012-03-25 17:06:53 +01:00
util.c babeld: babelz merge. 2012-03-25 17:06:53 +01:00
util.h babeld: babelz merge. 2012-03-25 17:06:53 +01:00
xroute.c babeld: babelz merge. 2012-03-25 17:06:53 +01:00
xroute.h babeld: babelz merge. 2012-03-25 17:06:53 +01:00