bird/conf
Martin Mares 04dc62a011 Nested scopes could never have worked. My fault I wrote such a buggy code,
Pavel's fault that he's never tested shadowing of declarations in the filters.

cf_define_symbol() has been modified to check the scope of the symbol it's
given and it if it's an already defined symbol, but in a different scope,
a copy is created in the current scope and redefined to the new meaning,
the consequence being that it cf_define_symbol() now returns the new symbol
you need to use when assigning aux and aux2.
2000-06-04 19:30:13 +00:00
..
cf-lex.l Nested scopes could never have worked. My fault I wrote such a buggy code, 2000-06-04 19:30:13 +00:00
conf.c Documentation. 2000-06-03 18:23:00 +00:00
conf.h Nested scopes could never have worked. My fault I wrote such a buggy code, 2000-06-04 19:30:13 +00:00
confbase.Y Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
Doc Moved parser docs to cf-lex.l, so that the parser compiles. 2000-06-04 15:22:20 +00:00
gen_commands.m4 Client: Online help works (Cisco style: just press `?' at the end of a line). 2000-02-17 22:00:13 +00:00
gen_keywords.m4 Include CF_HDR section in keywords.h as well, so that protocol symbols 2000-04-28 15:12:03 +00:00
gen_parser.m4 Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines, 2000-04-28 15:11:10 +00:00
Makefile Add internal commands of the client to the command list. 2000-03-12 23:04:04 +00:00