Pavel Machek
|
d3dd620b96
|
Filters: permit variables of prefix types, cleanup around
variables. TODO list added, hopefully complete. Use new features of
filters in bird.conf
|
1999-10-12 06:27:42 +00:00 |
|
Pavel Machek
|
720d911d77
|
Added constants of type prefix and pair, added their printing
|
1999-10-07 14:10:08 +00:00 |
|
Pavel Machek
|
c9f8c1a855
|
FIXME's added. Hopefully fixme list is now complete for filters.
|
1999-10-07 13:38:26 +00:00 |
|
Pavel Machek
|
7db7b7db60
|
Case arg { 1: printf "one"; } works. You can not use two commands
after one label, yet.
|
1999-09-29 14:24:58 +00:00 |
|
Pavel Machek
|
2981814066
|
Few FIXME's removed from auth, few FIXME's added to filter.
|
1999-08-20 09:59:39 +00:00 |
|
Pavel Machek
|
6542ece91a
|
Function calling in filters works - somehow. Calling syntax is
currently very ugly, beware. Variables are not really local - that
needs to be fixed.
|
1999-07-01 09:11:21 +00:00 |
|
Pavel Machek
|
36bbfc704c
|
Updated filters: they now actually see IP/pxlen of net being filtered,
gateway, and who told us, so they can do usefull jobs from now on.
|
1999-04-19 18:41:56 +00:00 |
|
Pavel Machek
|
43fc099b98
|
Sets of IP addresses should work, now. (From now on it is also
possible to write if 1.2.3.4 < 1.2.3.5, but I'm not sure if it is good
for anything.)
|
1999-04-13 11:40:04 +00:00 |
|
Pavel Machek
|
38506f71b0
|
Sets of integers now actually work. Sets of IP will work as soon as
compare function is ready.
|
1999-04-12 19:58:18 +00:00 |
|
Pavel Machek
|
bad631e048
|
Oops, typo.
|
1999-04-12 12:07:15 +00:00 |
|
Pavel Machek
|
8ba2cc064b
|
In case no startup function is defined, don't try to launch it.
|
1999-04-12 12:01:59 +00:00 |
|
Pavel Machek
|
2db3b2887e
|
Decrease number of warnings.
|
1999-04-10 09:45:08 +00:00 |
|
Pavel Machek
|
23b1539bf9
|
Filters upgraded - a bit. Moved code to filter.c because it is where
it belongs. (f-util.c stays there for auxiliary and non-important things.)
|
1999-04-07 12:11:08 +00:00 |
|