]> git.puffer.fish Git - mirror/frr.git/commit
lib: Print debug config in files after we have prefix-lists 14819/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 20 Nov 2023 12:50:57 +0000 (14:50 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 22 Nov 2023 06:20:01 +0000 (08:20 +0200)
commit9d8e384d12fe14a536b32b88cc45e77cf7772883
treeef056cb8a0426caab2ac84352ea3c3b2f29c0caa
parent22f6b2bafe37536bdcbfdaf5b199436d6f4c076e
lib: Print debug config in files after we have prefix-lists

Without this if we enter something like `debug bgp updates in x.x.x.x prefix-list y`,
prefix-list can't be lookup up, because when we read the config, debug does not know
anything about this prefix-list.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
lib/command.h