summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.y b/src/config.y
index c62d5ba..500e18e 100644
--- a/src/config.y
+++ b/src/config.y
@@ -161,8 +161,8 @@ statement: peer_group_statement
| TOK_DROP TOK_CAPABILITIES drop_capabilities ';'
| TOK_LOG log ';'
| TOK_HIDE hide ';'
- | TOK_INTERFACE interface ';'
- | TOK_BIND bind ';'
+ | TOK_INTERFACE interface ';'
+ | TOK_BIND bind ';'
| TOK_MTU mtu ';'
| TOK_MODE mode ';'
| TOK_PROTOCOL protocol ';'