summaryrefslogtreecommitdiffstats
path: root/filter/config.Y
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-12-08 13:51:26 +0100
committerPavel Machek <pavel@ucw.cz>1999-12-08 13:51:26 +0100
commit2e18b87dcf5d4029d11bc46b37d601aae4f97174 (patch)
tree6fd03d73e76fd5f9307bd465ff364b2c34ef0df9 /filter/config.Y
parent3df563fa4c3c0acca181ce09dbb05452720e90e8 (diff)
downloadbird-2e18b87dcf5d4029d11bc46b37d601aae4f97174.tar
bird-2e18b87dcf5d4029d11bc46b37d601aae4f97174.zip
Disallow rta.net syntax.
Diffstat (limited to 'filter/config.Y')
-rw-r--r--filter/config.Y3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/config.Y b/filter/config.Y
index 9a76c5e..e031abd 100644
--- a/filter/config.Y
+++ b/filter/config.Y
@@ -269,8 +269,7 @@ any_dynamic:
| RIP_TAG { $$ = f_new_inst(); $$->aux = T_INT; $$->a2.i = EA_RIP_TAG; }
;
-rtadot: /* EMPTY */
- | RTA '.' { }
+rtadot: /* EMPTY, we are not permitted RTA. prefix */
;
term: