0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 08:38:42 +00:00
bird/conf
Martin Mares 4107df1d1b Implemented two new symbol handling functions:
o  cf_define_symbol() -- it assigns a meaning to a symbol, bailing
     out if it already has one.
  o  cf_find_symbol() -- finds symbol by name and creates it if not found.

Also modified filter/config.Y to make use of the first function.
1999-05-17 20:06:19 +00:00
..
cf-lex.l Implemented two new symbol handling functions: 1999-05-17 20:06:19 +00:00
conf.c Use a more reasonable pool chunk size: 4080 bytes seem to be a good 1999-04-05 20:06:02 +00:00
conf.h Implemented two new symbol handling functions: 1999-05-17 20:06:19 +00:00
confbase.Y Updated filters: they now actually see IP/pxlen of net being filtered, 1999-04-19 18:41:56 +00:00
gen_keywords.m4 This script takes configuration fragments and extracts keyword list 1998-11-27 19:33:26 +00:00
gen_parser.m4 Fixed bug in CF_ADDTO. How it's possible it has ever worked? 1998-12-06 17:39:08 +00:00
Makefile Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00