0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00
bird/conf
Pavel Tvrdik 4d62bdd636 Parser: Display token where parser fell down
For example I misspelled device protocol
  bird: bird.conf, line 11 (nearby 'demice'): syntax error

It would be better to display whole err line. We can read it from
config->err_file_name again and display the line at config->err_lino.
2018-08-13 14:10:00 +02:00
..
cf-lex.l Merge branch 'master' into int-new 2017-05-30 14:44:37 +02:00
conf.c Parser: Display token where parser fell down 2018-08-13 14:10:00 +02:00
conf.h Parser: Display token where parser fell down 2018-08-13 14:10:00 +02:00
confbase.Y Conf: a bit more verbose parser error messages 2018-08-13 14:10:00 +02:00
flowspec.Y Timers: Revert temporary names and remove old timer.h 2017-12-07 13:54:59 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Config: Dropping CF_ADDTO. 2018-06-26 14:29:03 +02:00
Makefile M4: generate synchronization lines 2018-08-13 14:10:00 +02:00
progdoc Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-06-26 17:09:12 +02:00