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. --- proto/static/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/static') diff --git a/proto/static/config.Y b/proto/static/config.Y index 0197da3..a7e5016 100644 --- a/proto/static/config.Y +++ b/proto/static/config.Y @@ -43,7 +43,7 @@ stat_route0: ROUTE prefix { ; stat_route: - stat_route0 VIA IPA { + stat_route0 VIA ipa { this_srt->dest = RTD_ROUTER; this_srt->via = $3; } -- cgit v1.2.3