summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y
index 404ac1d..af93864 100644
--- a/src/config.y
+++ b/src/config.y
@@ -369,7 +369,7 @@ mtu: TOK_UINT {
}
;
-pmtu: autobool { conf.pmtu = $1; }
+pmtu: autobool
;
mode: TOK_TAP { conf.mode = MODE_TAP; }