bird/proto/ospf
Ondrej Zajicek (work) c26c6bc2d7 Show info from multiple protocols when protocol is not specified
Most commands like 'show ospf neighbors' fail when protocol is not
specified and there are multiple instances of given protocol type.
This is annoying in BIRD 2, as many protocols have IPv4 and IPv6
instances. The patch changes that by showing output from all protocol
instances of appropriate type.

Note that the patch also removes terminating cli_msg() call from these
commands and moves it to the common iterating code.
2020-06-28 15:38:47 +02:00
..
config.Y Show info from multiple protocols when protocol is not specified 2020-06-28 15:38:47 +02:00
dbdes.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
hello.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
iface.c OSPF: Fix handling of unnumbered PtPs 2020-05-26 18:21:43 +02:00
lsack.c OSPF: setting list node to zero before enlisting 2020-06-02 16:58:06 +02:00
lsalib.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
lsalib.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
lsreq.c OSPF: Opaque LSAs and Router Information LSA 2019-01-24 22:45:27 +01:00
lsupd.c OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
neighbor.c OSPF: Zero-initialization of a temporary neighbor 2020-05-01 15:19:12 +02:00
ospf.c Show info from multiple protocols when protocol is not specified 2020-06-28 15:38:47 +02:00
ospf.h OSPF: Fix handling of unnumbered PtPs 2020-05-26 18:21:43 +02:00
packet.c OSPF: Fix bad header length test 2020-06-10 13:27:14 +02:00
rt.c OSPF: Fix handling of unnumbered PtPs 2020-05-26 18:21:43 +02:00
rt.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
topology.c OSPF: Fix handling of unnumbered PtPs 2020-05-26 18:21:43 +02:00
topology.h OSPF: Fix handling of external routes on graceful restart 2019-07-09 03:39:19 +02:00