diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-15 13:48:23 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-15 13:48:23 +0200 |
commit | e3f2d5fce3e339bb34f14d7b2569c1bd43b741ba (patch) | |
tree | 931c697044b2b742862cd2105d96c4916f3c9ef6 /conf/conf.h | |
parent | 3b1c523d79763b22e0fe06862ff349fd94e816b1 (diff) | |
download | bird-e3f2d5fce3e339bb34f14d7b2569c1bd43b741ba.tar bird-e3f2d5fce3e339bb34f14d7b2569c1bd43b741ba.zip |
Cleanup of configuration.
o Use `expr' instead of `NUM' and `ipa' instead of `IPA',
so that defined symbols work everywhere.
o `define' now accepts both numbers and IP addresses.
o Renamed `ipa' in filters to `fipa'.
Pavel, please update filters to accept define'd symbols as well.
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h index 5abca7d..dbc747d 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -86,6 +86,7 @@ struct symbol { #define SYM_FUNCTION 3 #define SYM_FILTER 4 #define SYM_TABLE 5 +#define SYM_IPA 6 #define SYM_VARIABLE 0x100 /* 0x100-0x1ff are variable types */ |