0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00
bird/proto/ospf
Pavel Tvrdik 87857f7f46 CLI: Improved auto-completion behavior
Auto-complete keywords (for, where, filter, ...) and symbol names (names
of protocols, tables, ...). Client can request daemon for list of all
symbols using new cli command `refresh symbols`.

Next changes:
  - Behavior is configured by *.Y files using flags CLI_SF_*
  - The file doc/reply_codes was moved to header file
    client/reply_codes.h.
  - Share birdcl input_read() function code for birdc non-interactive
    mode.
  - BIRD daemon notifies the client about new symbol set.
  - BIRD pushes notification to the client about new symbol set and then
    the client should request a package with all symbols (`refresh
    symbols`).
  - File-based history of previous commands(). In interactive mode in
    birdc is stored history of all commands in ~/.birdc_history file.
  - BIRD daemon sends notification to clients about interface updates
  - Maintains a list of all connected cli clients to daemon. Daemon
    sends to all cli clients notification about interfaces states up and
    down.
2017-05-18 15:09:15 +02:00
..
config.Y CLI: Improved auto-completion behavior 2017-05-18 15:09:15 +02:00
dbdes.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
Doc Doc. 2000-06-07 23:23:37 +00:00
hello.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
iface.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
lsack.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsalib.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
lsalib.h Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
lsreq.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsupd.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
neighbor.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
ospf.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
ospf.h Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
packet.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
rt.c Merge branch 'int-new' into nexthop-merged 2017-02-22 11:58:04 +01:00
rt.h Merge branch 'int-new' into nexthop-merged 2017-02-22 11:58:04 +01:00
topology.c Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00
topology.h Merged multipath and single-path data structures. 2016-12-22 13:01:06 +01:00