0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00
bird/nest
Pavel Tvrdik b7f24e23fd 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.
2016-06-30 16:42:04 +02:00
..
a-path.c Filter: Implement last_nonaggregated operator on bgp_path 2016-02-16 17:33:58 +01:00
a-set.c unsigned [int] -> uint 2015-06-08 02:24:08 +02:00
attrs.h Filter: Implement last_nonaggregated operator on bgp_path 2016-02-16 17:33:58 +01:00
bfd.h Static: Support for BFD controlled static routes 2015-07-24 18:02:07 +02:00
bird.h Initial commit on integrated BIRD 2015-11-05 12:48:52 +01:00
cli.c CLI: Improved auto-completion behavior 2016-06-30 16:42:04 +02:00
cli.h CLI: Improved auto-completion behavior 2016-06-30 16:42:04 +02:00
cmds.c CLI: Improved auto-completion behavior 2016-06-30 16:42:04 +02:00
cmds.h CLI: Improved auto-completion behavior 2016-06-30 16:42:04 +02:00
config.Y CLI: Improved auto-completion behavior 2016-06-30 16:42:04 +02:00
Doc Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
iface.c CLI: Improved auto-completion behavior 2016-06-30 16:42:04 +02:00
iface.h Follow-up commit on integrated BIRD 2015-11-12 02:03:59 +01:00
locks.c Fixes a bug in locking code. 2015-02-21 12:30:14 +01:00
locks.h Temporary integrated OSPF commit. 2014-07-18 18:24:12 +02:00
Makefile Build system reworked to one global Makefile with includes and no nesting 2016-05-10 14:07:34 +02:00
mrtdump.h NEWS, version and documentation update. 2010-01-06 16:57:20 +01:00
neighbor.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
password.c Major RIP redesign 2015-10-05 13:18:10 +02:00
password.h Build system reworked to one global Makefile with includes and no nesting 2016-05-10 14:07:34 +02:00
proto-hooks.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
proto.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
proto.sgml Channels - explicit links between protocols and tables 2016-02-01 10:28:50 +01:00
protocol.h Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
route.h Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
rt-attr.c Merge branch 'int-new' of gitlab.labs.nic.cz:labs/bird into int-new 2016-05-13 13:48:04 +02:00
rt-dev.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
rt-dev.h Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00
rt-fib.c BSD: Explicitly dropping routes with mismatched AF's. 2016-01-21 14:55:33 +01:00
rt-table.c Merge remote-tracking branch 'origin/master' into int-new 2016-05-12 18:03:23 +02:00