diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-24 19:43:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-24 19:43:38 +0000 |
commit | cd40f9b9d69d27c8a91aebf09941e82b60e28015 (patch) | |
tree | 1a80838a1eaff023c478a3bffd69d00dab749691 /usr.sbin/bgpd | |
parent | bc5eea10ed1b4aa4efbe4b73d87ffdccc7fb8876 (diff) |
eek, no, ERROR is of course not unused
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 5ca358fedf3..96a38c7cba0 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.38 2004/01/24 19:26:12 mcbride Exp $ */ +/* $OpenBSD: parse.y,v 1.39 2004/01/24 19:43:37 henning Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -92,6 +92,7 @@ typedef struct { %token REMOTEAS DESCR LOCALADDR MULTIHOP PASSIVE MAXPREFIX ANNOUNCE %token DUMP MSG IN TABLE %token LOG UPDATES +%token ERROR %token <v.string> STRING %type <v.number> number optnumber yesno %type <v.string> string |