]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Implement 'show route in <addr>' command
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 2 Dec 2021 01:22:30 +0000 (02:22 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 6 Feb 2022 22:27:13 +0000 (23:27 +0100)
commitea97b8905197180bee5244bce378d03e4b741d88
treeaccbe414077899b866d3829170dd53d84f96dc32
parent836a87b8acd5da40bde6b89702090c6616e06dfb
Nest: Implement 'show route in <addr>' command

Implement 'show route in <addr>' command, which shows all routes in
networks that are subnets of given network. Currently limited to IP
network types.
nest/config.Y
nest/route.h
nest/rt-show.c