diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-10 11:40:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-10 11:40:34 +0000 |
commit | 21bd497b1b7fdbc573754a698a79aaca4ad0ad80 (patch) | |
tree | 215dee853f07b5b9b22873cbaa982595a6f683d4 | |
parent | abad3baed4b13617494132f3b7093177b1632689 (diff) |
oups
-rw-r--r-- | usr.sbin/bgpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index b095966ebcf..56922153782 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.74 2004/03/10 11:38:32 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.75 2004/03/10 11:40:33 henning Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -104,7 +104,7 @@ typedef struct { %token AS ROUTERID HOLDTIME YMIN LISTEN ON FIBUPDATE %token GROUP NEIGHBOR NETWORK %token REMOTEAS DESCR LOCALADDR MULTIHOP PASSIVE MAXPREFIX ANNOUNCE -%token ENFORCE NEIGHBORAS +%token ENFORCE NEIGHBORAS CAPABILITIES %token DUMP TABLE IN OUT %token LOG ROUTECOLL %token TCP MD5SIG PASSWORD KEY |