aboutsummaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-08-25 04:29:32 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-08-25 04:29:32 +0200
commit32427c9ce119df5457d3d2c6e677429e31a5edad (patch)
tree054aa6c94f1ef94d7924adf8774ae971022fc9fb /nest
parent9d8e4b01bc53d684f5a5b3230c371382860de58b (diff)
downloadbird-32427c9ce119df5457d3d2c6e677429e31a5edad.tar.gz
Nest: Fix missing bar in kw_sym
Thanks to Alexander Zubkov for the notice.
Diffstat (limited to 'nest')
-rw-r--r--nest/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y
index 1c40ced6..ce45d98d 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -154,7 +154,7 @@ CF_ENUM_PX(T_ENUM_AF, AF_, AFI_, IPV4, IPV6)
CF_GRAMMAR
-kw_sym: MIN MAX ;
+kw_sym: MIN | MAX ;
/* Setting of router ID */