From e3f2d5fce3e339bb34f14d7b2569c1bd43b741ba Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 15 May 2000 11:48:23 +0000 Subject: 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. --- nest/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest') diff --git a/nest/config.Y b/nest/config.Y index 1267100..59046ee 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -205,7 +205,7 @@ password_items: | FROM datetime password_items { last_password_item->from = $2; } | TO datetime password_items { last_password_item->to = $2; } | PASSIVE datetime password_items { last_password_item->passive = $2; } - | ID NUM password_items { last_password_item->id = $2; } + | ID expr password_items { last_password_item->id = $2; } ; password_list: -- cgit v1.2.3