0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/proto/ospf
Maria Matejka da8a23277e CLI: Dumping internal data structures to files, not to debug output
All the 'dump something' CLI commands now have a new mandatory
argument -- name of the file where to dump the data. This allows
for more flexible dumping even for production deployments where
the debug output is by default off.

Also the dump commands are now restricted (they weren't before)
to assure that only the appropriate users can run these time consuming
commands.
2024-12-02 06:54:54 +01:00
..
config.Y Client: Add support for completion of command options 2024-03-05 19:04:10 +01:00
dbdes.c OSPF: Packets on PtP networks should be always sent to AllSPFRouters 2021-05-09 15:26:13 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
hello.c OSPFv3: Update neighbor authentication state from Hello packets 2021-03-16 16:34:42 +01:00
iface.c Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00
lsack.c OSPF: Packets on PtP networks should be always sent to AllSPFRouters 2021-05-09 15:26:13 +02:00
lsalib.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
lsalib.h OSPF: Cleanup some warnings 2023-12-13 18:07:38 +01:00
lsreq.c OSPF: Packets on PtP networks should be always sent to AllSPFRouters 2021-05-09 15:26:13 +02:00
lsupd.c Trivial code cleanups 2024-01-22 06:29:14 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
neighbor.c BFD: Allow per-request session options 2020-11-08 15:33:22 +01:00
ospf.c CLI: Dumping internal data structures to files, not to debug output 2024-12-02 06:54:54 +01:00
ospf.h OSPF: Allow loopback nexthop in OSPFv3-IPv4 2024-04-04 18:37:26 +02:00
packet.c OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifaces 2021-05-10 13:39:55 +02:00
rt.c OSPF: Allow loopback nexthop in OSPFv3-IPv4 2024-04-04 18:37:26 +02:00
rt.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
topology.c OSPF: Allow loopback nexthop in OSPFv3-IPv4 2024-04-04 18:37:26 +02:00
topology.h OSPF: Fix handling of external routes on graceful restart 2019-07-09 03:39:19 +02:00