0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-07 01:21:54 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Pavel Tvrdik
f90dde08f3 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`).
2016-04-25 16:48:39 +02:00
Pavel Tvrdik
822e2f1cc7 BIRD Client: Improve autocomplete bahavior
Autocomplete 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`.

Autocomplete behavior is controlled by *.Y files using flags CLI_SF_*

Transform doc/reply_codes to c header file client/reply_codes.h
2016-04-21 16:24:20 +02:00