summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index 6ba2fa1..53b52d6 100644
--- a/src/config.l
+++ b/src/config.l
@@ -60,6 +60,7 @@
interface { TOKEN(TOK_INTERFACE); }
bind { TOKEN(TOK_BIND); }
mtu { TOKEN(TOK_MTU); }
+pmtu { TOKEN(TOK_PMTU); }
mode { TOKEN(TOK_MODE); }
protocol { TOKEN(TOK_PROTOCOL); }
method { TOKEN(TOK_METHOD); }
@@ -111,6 +112,7 @@ hide { TOKEN(TOK_HIDE); }
ip { TOKEN(TOK_IP); }
mac { TOKEN(TOK_MAC); }
addresses { TOKEN(TOK_ADDRESSES); }
+auto { TOKEN(TOK_AUTO); }
[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3} {
UPDATE_LOCATION;