mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 19:48:00 +00:00
![]() 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 |
||
---|---|---|
.. | ||
mpls | ||
.gitignore | ||
appendix.texi | ||
babeld.texi | ||
basic.texi | ||
BGP-TypeCode | ||
bgpd.8 | ||
bgpd.texi | ||
defines.texi.in | ||
draft-zebra-00.ms | ||
fig_topologies_full.dia | ||
fig_topologies_full.png | ||
fig_topologies_full.txt | ||
fig_topologies_rs.dia | ||
fig_topologies_rs.png | ||
fig_topologies_rs.txt | ||
fig-normal-processing.dia | ||
fig-normal-processing.png | ||
fig-normal-processing.txt | ||
fig-rs-processing.dia | ||
fig-rs-processing.png | ||
fig-rs-processing.txt | ||
filter.texi | ||
install.texi | ||
ipv6.texi | ||
isisd.8 | ||
kernel.texi | ||
main.texi | ||
Makefile.am | ||
ospf6d.8 | ||
ospf6d.texi | ||
ospfd.8 | ||
ospfd.texi | ||
overview.texi | ||
protocol.texi | ||
quagga.texi | ||
ripd.8 | ||
ripd.texi | ||
ripngd.8 | ||
ripngd.texi | ||
routemap.texi | ||
routeserver.texi | ||
snmp.texi | ||
snmptrap.texi | ||
vtysh.1 | ||
vtysh.texi | ||
zebra.8 |