diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-25 04:29:32 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-25 04:29:32 +0200 |
commit | 32427c9ce119df5457d3d2c6e677429e31a5edad (patch) | |
tree | 054aa6c94f1ef94d7924adf8774ae971022fc9fb /nest | |
parent | 9d8e4b01bc53d684f5a5b3230c371382860de58b (diff) |
Nest: Fix missing bar in kw_sym
Thanks to Alexander Zubkov for the notice.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/config.Y | 2 |
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 */ |