]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Add trie iteration code to 'show route'
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 2 Dec 2021 02:30:39 +0000 (03:30 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 6 Feb 2022 22:27:13 +0000 (23:27 +0100)
commit9ac16df3d7239bc82d8016591755b41b14285608
treea7bc68eb921c5e9e2489bbca2430347c6e88599d
parentea97b8905197180bee5244bce378d03e4b741d88
Nest: Add trie iteration code to 'show route'

Add trie iteration code to rt_show_cont() CLI hook and use it to
accelerate 'show route in <addr>' commands using interval queries.
nest/route.h
nest/rt-show.c